MTU MSS Calculator
Calculate effective payload and TCP MSS from MTU and tunnel overhead.
MTU MSS Calculator estimates TCP Maximum Segment Size from link MTU and protocol overhead. MTU is the largest packet size a link can carry without fragmentation, while MSS is the largest TCP payload segment after subtracting IP and TCP headers. Encapsulation layers such as PPPoE, VPN tunnels, GRE, VXLAN, or IPsec consume additional bytes, reducing the payload that fits inside the same physical frame. If MSS is too high, packets may fragment or fail when path MTU discovery is blocked; if it is too low, throughput can suffer from unnecessary overhead. This tool is useful for diagnosing tunnel performance, intermittent web failures, and TCP clamping settings, but live paths should be verified with packet captures or network tests.