commit | db4bc6b4f3bae81944a828f8a872bae64bc27b46 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri Mar 31 15:21:55 2023 +0200 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Fri Mar 31 17:09:03 2023 +0200 |
tree | e4b4a209f67bc87f755153d780e6b0fedc73717b | |
parent | 1cb041a6eefd70864094a1910ee79eeb49f40028 [diff] |
MINOR: quic: Add a fake congestion control algorithm named "nocc" This algorithm does nothing except initializing the congestion control window to a fixed value. Very smart! Modify the QUIC congestion control configuration parser to support this new algorithm. The congestion control algorithm must be set as follows: quic-cc-algo nocc-<cc window size(KB)) For instance if "nocc-15" is provided as quic-cc-algo keyword value, this will set a fixed window of 15KB.