Constant IP_PMTUDISC_INTERFACE
pub const IP_PMTUDISC_INTERFACE: i32 = 4;
Available on crate feature
dep_nc
only.Expand description
Always use interface mtu (ignores dst pmtu) but don’t set DF flag.
Also incoming ICMP frag_needed
notifications will be ignored on
this socket to prevent accepting spoofed ones.