Skip to content

Commit 8edf1df

Browse files
fix incomplete sentence in flow control documentation (#109)
* Initial plan * Fix incomplete sentence in flow control section Co-authored-by: marten-seemann <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: marten-seemann <[email protected]>
1 parent fdf0865 commit 8edf1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/quic/flowcontrol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The Bandwidth Delay Product (BDP), i.e. the product of the connection's RTT and
2929

3030
For example, on a connection with an available bandwidth of 1 Gbit/s and an RTT of 50ms, the BDP would be 6.25 MB.
3131

32-
If the receiver's flow control window is smaller than the BDP, the receiver won't be able to send any more data before receiving additional flow control credit, making it impossible to fully utilize the available bandwidth. quic-go therefore
32+
If the receiver's flow control window is smaller than the BDP, the sender won't be able to send any more data before receiving additional flow control credit, making it impossible to fully utilize the available bandwidth. quic-go therefore implements an auto-tuning algorithm to dynamically adjust the receive window size.
3333

3434
### Configuring Limits
3535

0 commit comments

Comments
 (0)