Expand description
Window-based flow control for peer data transfer.
Provides per-peer sliding window flow control to prevent overwhelming peers with data faster than they can process. Each peer gets an independent window that grows on successful transfers and shrinks on congestion.
Structsยง
- Flow
Control Config - Configuration for the flow control system.
- Flow
Control Stats - Aggregate statistics across all peers.
- Flow
Window - Per-peer flow window tracking bytes in flight and acknowledgements.
- Peer
Flow Control - Window-based flow control manager for multiple peers.