Function vector::sources::util::net::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.