Module libutp_rs::wrappers[][src]

Thin wrappers around the original libutp interface

UtpContext and UtpSocket are stateless wrappers around their libutp counterparts utp_context and utp_socket and provide more convenient interfaces to them.

UtpContextHandle and UtpSocketHandle represent “ownership” of a UtpContext and UtpSocket, meaning that the underlying libutp entity will be cleaned up when they are dropped.

Structs

UtpCallbackArgs
UtpContext
UtpContextHandle
UtpSocket
UtpSocketHandle

Enums

UtpErrorCode
UtpEvent
UtpState