-
Notifications
You must be signed in to change notification settings - Fork 321
TCPFragmenter
Eddie Kohler edited this page Oct 17, 2017
·
2 revisions
TCPFragmenter — Click element; fragments TCP packets to a maximum TCP payload size
TCPFragmenter(MTU)
Ports: 1 input, 1 output
Processing: push
TCP Packets with payload length greater than the MTU are fragmented into multiple packets each containing at most MTU bytes of TCP payload. Each of these new packets will be a copy of the input packet except for checksums (ip and tcp), length (ip length), and tcp sequence number (for all fragments except the first). This means that TCPFragmenter can operate on packets that have ethernet headers, and all ethernet headers will be copied to each fragment.
- MTU — Unsigned. If MTU is non-zero, then fragment every packet larger than MTU.
- MTU_ANNO — Two Byte Annotation. If specified and annotation is non zero, then fragment every packet larger than the annotation's value.
Generated by click-elem2man from ../elements/tcpudp/tcpfragmenter.hh:6
on 2017/10/17.