Expand description
Protocol control messages as defined in 5.4.
Modules§
Structs§
- Protocol
Control Message SetChunk Size - Used to notify the peer of a new maximum chunk size.
- Protocol
Control Message Acknowledgement - Acknowledges the receipt of data.
- Protocol
Control Message Window Acknowledgement Size - The client or the server sends this message to inform the peer of the window size to use between sending acknowledgments.
- Protocol
Control Message SetPeer Bandwidth 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.