suspend fun DatagramSocket.listenAwait(port: Int, host: String): DatagramSocket
Start listening on the given port and host. The handler will be called when the socket is listening.
port - the port to listen on
port
host - the host to listen on
host
Return a reference to this, so the API can be used fluently *