Skip to main content

create_freebind_socket

Function create_freebind_socket 

Source
pub fn create_freebind_socket(addr: &SocketAddr) -> Result<Socket>
Expand description

Creates and configures a Socket for addr with SO_REUSEADDR and the appropriate IP_FREEBIND option.