Function rustix::net::sockopt::set_ipv6_freebind

source ยท
pub fn set_ipv6_freebind<Fd: AsFd>(fd: Fd, value: bool) -> Result<()>
Expand description

setsockopt(fd, IPPROTO_IPV6, IPV6_FREEBIND, value)

See the module-level documentation for more.