Fragmentizer
Segment large packets into smaller fragments to comply with Maximum Transmission Unit (MTU) constraints. Automatically divide oversized packets into appropriately sized pieces that can traverse network links with smaller MTU values. Essential for ensuring packet delivery across networks with varying MTU requirements. Must be paired with a defragmentizer at the receiver.
Tags: FLOW_CONTROL
Field | Type | Optional | Description | Default Value |
---|---|---|---|---|
Input | String | No | ||
Output | String | No | ||
Fragment Size | Uint32 | Yes | The size of each fragment in bytes. If not set, the fragment size will be determined by the MTU of the output. |