Sets the hop limit of Ipv4 multicast packets sent over this socket.
impl Socket {
fn ipv4_set_multicast_hop_limit(&self, val: u8) -> Result<(), Errno>
}| Name | Description |
|---|---|
| val | The hop limit of Ipv4 multicast packets sent over this socket. |
This option is only available for Ipv4 sockets.
ip(7) and IP_MULTICAST_TTL therein