Skip to main content

Delay Constant

Component to introduce a fixed delay in transmission.

Tags: IMPAIRMENT

FieldTypeOptionalDescriptionDefault Value
FlowsFlowsNoThe set of flows. Each flow is a pair of input and outputs.
DelayUint32NoBase delay in milliseconds applied to all packets.100
JitterUint32YesMaximum jitter (+/-) in milliseconds added to the base delay. Introduces random variation.0
Allow ReorderingBoolYesIf true, allows packets to be reordered based on their delay. This is only relevant if jitter is set to a non-zero value. The default is false, meaning packets will be processed in the order they are received.false
SeedInt32YesSeed for random jitter generation.

Flows

FieldTypeOptionalDescriptionDefault Value
InputStringNoThe input will forward packets to the output.
OutputStringNoThe output will receive packets from the input.