Searched refs:MTU_DELTA (Results 1 – 2 of 2) sorted by relevance
57 static constexpr int MTU_DELTA = IPV6_HDR_LEN - IPV4_HDR_MIN_LEN + FRAG_HDR_LEN; variable58 static constexpr int CLAT_MAX_MTU = 65536 + MTU_DELTA;
183 int mtu = CLAT_IPV6_MIN_MTU - MTU_DELTA; in CreateAndConfigureTunIface()