commit | 83bfca6c7155fd6c26b017d504941c61d4934508 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Mar 02 11:18:33 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Mar 04 17:47:32 2022 +0100 |
tree | 795875d0ebc641dd4f4490ff928f2bcc15ec7e0e | |
parent | ba9db40b07a0ffe4f44a026a3e0e2bfe27f7c00e [diff] |
MINOR: quic: Add a "slow start" callback to congestion controller We want to be able to make the congestion controllers re-enter the slow start state outside of the congestion controllers themselves. So, we add a callback ->slow_start() to do so. Define this callback for NewReno algorithm.