Method lrs::socket::Socket::ipv6_set_mtu

Sets the MTU of this socket.

Syntax

impl Socket {
    fn ipv6_set_mtu(&self, val: u32) -> Result<(), Errno>
}

Arguments

NameDescription
val

The MTU of this socket.

See also