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
Field | Type | Optional | Description | Default Value |
---|---|---|---|---|
Input | String | No | ||
Mtu | Int32 | No | Maximum Transmission Unit (MTU) for processing traffic. | 1500 |
Latency Budget | Uint32 | Yes | Latency budget in milliseconds for processing traffic if packets exceed this value they will be counted as timed out. | 100 |
Timeout Ms | Uint32 | Yes | Timeout duration in milliseconds for when the sink should stop processing. | 10000 |