solana_net_utils

Function bind_common

Source
pub fn bind_common(
    ip_addr: IpAddr,
    port: u16,
) -> Result<(UdpSocket, TcpListener)>