Sets the hop limit of multicast packets sent over this socket.
impl Socket {
fn ipv6_set_multicast_hop_limit(&self, val: Option<u8>) -> Result<(), Errno>
}| Name | Description |
|---|---|
| val | The hop limit of multicast packets sent over this socket. |
A None argument means that the default value is used.
ipv6(7) and IPV6_MULTICAST_HOPS therein