Expand description
Necessary queues for the connection.
Structs§
- Fragment
Queue - A specialized structure for re-ordering fragments over the wire. You can use this structure to fragment frames as well.
- Ordered
Queue - An ordered queue is used to Index incoming packets over a channel within a reliable window time.
- Recovery
Queue - A recovery queue is used to store packets that need to be resent. This is used for sequenced and ordered packets.
- Recv
Queue - Send
Queue - 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.