Module queue

Source
Expand description

Necessary queues for the connection.

Structs§

FragmentQueue
A specialized structure for re-ordering fragments over the wire. You can use this structure to fragment frames as well.
OrderedQueue
An ordered queue is used to Index incoming packets over a channel within a reliable window time.
RecoveryQueue
A recovery queue is used to store packets that need to be resent. This is used for sequenced and ordered packets.
RecvQueue
SendQueue
This queue is used to prioritize packets being sent out Packets that are old, are either dropped or requested again. You can define this behavior with the timeout property.

Enums§

FragmentQueueError
NetQueueError
RecvQueueError
SendQueueError

Traits§

NetQueue