Function check

Source
pub async fn check(remote_addr: &SocketAddr) -> Result<String, String>
Expand description

Helper Function to Check if a UDP Service is Connectable

§Panics

It will return an error if unable to connect to the UDP service.

§Errors