Module protocol_control_messages

Source
Expand description

Protocol control messages as defined in 5.4.

Modules§

reader
Reading protocol control messages.
writer
Writing protocol control messages.

Structs§

ProtocolControlMessageSetChunkSize
Used to notify the peer of a new maximum chunk size.
ProtocolControlMessageAcknowledgement
Acknowledges the receipt of data.
ProtocolControlMessageWindowAcknowledgementSize
The client or the server sends this message to inform the peer of the window size to use between sending acknowledgments.
ProtocolControlMessageSetPeerBandwidth
The client or the server sends this message to limit the output bandwidth of its peer. The peer receiving this message limits its output bandwidth by limiting the amount of sent but unacknowledged data to the window size indicated in this message.

Enums§

ProtocolControlMessageSetPeerBandwidthLimitType
The limit type for ProtocolControlMessageSetPeerBandwidth.