mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 17:22:36 +02:00
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.