pub fn ip_mtu<Fd: AsFd>(fd: Fd) -> Result<u32>
Expand description
getsockopt(fd, IPPROTO_IP, IP_MTU)
See the module-level documentation for more.
pub fn ip_mtu<Fd: AsFd>(fd: Fd) -> Result<u32>
getsockopt(fd, IPPROTO_IP, IP_MTU)
See the module-level documentation for more.