Crate tokio_utp

Source

Structsยง

Incoming
A stream of incoming uTP connections. Created via UtpListener::incoming.
RawChannel
RawReceiver
UtpListener
Listens for incoming uTP connections.
UtpSocket
A uTP socket. Can be used to make outgoing connections.
UtpSocketFinalize
A future that resolves once the socket has been finalised. Created via UtpSocket::finalize.
UtpStream
A uTP stream.
UtpStreamConnect
A future that resolves with the connected UtpStream.