Function set_ip_mtu_discover

Source
pub fn set_ip_mtu_discover<Fd: AsFd>(
    fd: Fd,
    value: Ipv4PathMtuDiscovery,
) -> Result<()>
Expand description

setsockopt(fd, IPPROTO_IP, IP_MTU_DISCOVER, value)

See the module-level documentation for more.