Skip to main content

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

FieldTypeOptionalDescriptionDefault Value
InputStringNo
OutputStringNo
Fragment SizeUint32YesThe size of each fragment in bytes. If not set, the fragment size will be determined by the MTU of the output.