pub async fn udp_connect<A: ToSocketAddrs>(addr: A) -> Result<UdpSocket>
Create a UDP socket and connect to addr
addr