Skip to main content

DEFAULT_INITIAL_MTU

Constant DEFAULT_INITIAL_MTU 

Source
pub const DEFAULT_INITIAL_MTU: u16 = 1200;
Expand description

Default initial QUIC packet size, in bytes.

1200 is the floor QUIC guarantees (RFC 9000 ยง14) and the conservative choice on a tunnelled path, where anything larger risks a PMTU black hole. Path MTU discovery raises it from here unless mtu_discovery is off.