Retrieves the MTU of this socket.
impl Socket { fn ipv4_mtu(&self) -> Result<usize, Errno> }
Returns the MTU of this socket.
Only valid for connected sockets.
ip(7) and IP_MTU therein