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.
- UtpSocket
Finalize - A future that resolves once the socket has been finalised. Created via
UtpSocket::finalize
. - UtpStream
- A uTP stream.
- UtpStream
Connect - A future that resolves with the connected
UtpStream
.