Skip to main content

Delay Constant

Component to introduce a fixed delay in transmission.

Tags: IMPAIRMENT

FieldTypeLabelDescriptionDefault Value
FlowsFlowsRepeatedThe set of flows. Each flow is a pair of input and outputs.
DelayUint32Base delay in milliseconds applied to all packets.100
JitterUint32OptionalMaximum jitter in milliseconds added to the base delay. Introduces random variation.0
Allow ReorderingBoolOptionalIf 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
SeedInt32OptionalSeed for random jitter generation.

Flows

FieldTypeLabelDescriptionDefault Value
InputStringThe input will forward packets to the output.
OutputStringThe output will receive packets from the input.