Skip to main content

Traffic Sink

Serves as the endpoint for data streams, consuming and processing incoming packets. Functions as a traffic terminator that receives packets, performs processing, and measures various performance metrics. Configurable MTU handling ensures proper packet size validation. Optional latency budget tracking enables identification of packets that exceed acceptable processing time limits. Supports timeout-based operation for controlled test duration.

Tags: EMULATION

FieldTypeOptionalDescriptionDefault Value
InputStringNo
MtuInt32NoMaximum Transmission Unit (MTU) for processing traffic.1500
Latency BudgetUint32YesLatency budget in milliseconds for processing traffic if packets exceed this value they will be counted as timed out.100
Timeout MsUint32YesTimeout duration in milliseconds for when the sink should stop processing.10000