pub async fn send_udp_bytes_to( sock: &UdpSocket, target: SocketAddr, bytes: &mut [u8], ) -> Result<(), Error>
Like send_udp_bytes but sends to the given address
send_udp_bytes
If sending the message fails.
If given an incomplete (< 12 byte) message.