Function multi_bind_in_range_with_config

Source
pub fn multi_bind_in_range_with_config(
    ip_addr: IpAddr,
    range: PortRange,
    config: SocketConfig,
    num: usize,
) -> Result<(u16, Vec<UdpSocket>)>
Expand description

binds num sockets to the same port in a range with config