DOC: quic: Amend the pacing information about BBR.

BBR handles itself its own burst size (mentioned as send_quantum in BBR RFC).
This commit is contained in:
Frederic Lecaille 2024-11-26 07:46:17 +01:00
parent a3248a39eb
commit 3cee8d7830

View File

@ -17239,7 +17239,8 @@ quic-cc-algo { cubic | newreno | bbr | nocc }[(<args,...>)]
around 1252 bytes, and that a typical receive buffer is 208kB or 170
datagrams, so in order to keep the traffic smooth, bursts should only
represent a small fraction of this value (between a few units to a few tens
at most). See above paragraph for more explanation.
at most). See above paragraph for more explanation. This parameter is
ignored by BBR.
Example:
# newreno congestion control algorithm