vector::sources::util::net

Function try_bind_udp_socket

source
pub async fn try_bind_udp_socket(
    addr: SocketListenAddr,
    listenfd: ListenFd,
) -> Result<UdpSocket>
Expand description

Binds a UDP socket to the listen address.