connect

suspend fun connect(host: String, port: Int): UtpStream

Actively open a uTP connection to host:port (suspends until connected).