# Functions
HasAckElicitingFrames returns true if at least one frame is ack-eliciting.
IsFrameAckEliciting returns true if the frame is ack-eliciting.
NewPacketList returns an initialized list.
NewReceivedPacketHandler creates a new receivedPacketHandler.
NewSentPacketHandler creates a new sentPacketHandler.
# Structs
No description provided by the author
A Packet is a packet.
PacketElement is an element of a linked list.
PacketList is a linked list of Packets.
# Interfaces
ReceivedPacketHandler handles ACKs needed to send for incoming packets.
SentPacketHandler handles ACKs received for outgoing packets.
# Type aliases
The SendMode says what kind of packets can be sent.