pub async fn try_bind_udp_socket(
addr: SocketListenAddr,
listenfd: ListenFd,
) -> Result<UdpSocket>Expand description
Binds a UDP socket to the listen address.
pub async fn try_bind_udp_socket(
addr: SocketListenAddr,
listenfd: ListenFd,
) -> Result<UdpSocket>Binds a UDP socket to the listen address.