bind_udp

Function bind_udp 

Source
pub async fn bind_udp(
    bind: IpAddr,
    port: u16,
    iface: Option<Iface>,
    recv_buffer: Option<usize>,
) -> Result<UdpSocket>
Expand description

Bind a UDP socket configured for GVSP traffic.