pub fn multi_bind_in_range_with_config(
ip_addr: IpAddr,
range: PortRange,
config: SocketConfig,
num: usize,
) -> Result<(u16, Vec<UdpSocket>)>
👎Deprecated since 3.0.0: Please use the equivalent from solana-net-utils::sockets
Expand description
binds num sockets to the same port in a range with config