Configuring Jumbo Frames

In wRTOS, jumbo frame sizes are configured for an interface with Maximum Packet Size, which includes 14 bytes of Ethernet header and does not include FCS. The IP MTU is automatically set to (Maximum Packet Size - 14).

The TCP/IP Stack supports Path MTU Discovery. wRTOS devices will successfully communicate over TCP with another device that supports Path MTU Discovery, even if MTUs are configured to different sizes.

Note: All tested drivers support Jumbo Packets. To view a list of supported network cards, go to the IntervalZero Customer Center or contact IntervalZero Customer Support.

Note: Maximum frame size is hardware-specific, and you should consult your NIC card's hardware documentation for acceptable values.

UDP or ICMP over Fragmented IP

For User Datagram Protocol (UDP) or Internet Control Message Protocol (ICMP) over fragmented IP, if two devices are configured with different MTUs, they can only communicate with IP frame sizes of smaller MTU. To run UDP or ICMP over fragmented IP protocol, the IP MTU must be configured to the same number. Windows devices typically configure JUMBO frame sizes of IP MTU + 14 bytes of Ethernet header.

Related Topics