Function rustix::net::sockopt::set_ip_freebind
source ยท pub fn set_ip_freebind<Fd: AsFd>(fd: Fd, value: bool) -> Result<()>
Expand description
setsockopt(fd, IPPROTO_IP, IP_FREEBIND, value)
See the module-level documentation for more.