Crate tokio_utp [] [src]

Structs

Incoming

A stream of incoming uTP connections. Created via UtpListener::incoming.

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.

Type Definitions

Filter

Can be applied to a UtpSocket using set_filter to help filter out bogus UDP packets.