pub fn udp(addr: SocketAddr) -> Result<UdpSocket>Expand description
Bind a UDP socket, making an IPv6 socket dual-stack so it also serves IPv4.
pub fn udp(addr: SocketAddr) -> Result<UdpSocket>Bind a UDP socket, making an IPv6 socket dual-stack so it also serves IPv4.