]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: quic: Remove window redundant variable from NewReno algorithm state struct
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 3 Mar 2022 07:24:53 +0000 (08:24 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 4 Mar 2022 16:47:32 +0000 (17:47 +0100)
commit9777ead2ed7c16c67eee4737468332ed4dcd9ba8
tree3efa615ebef35d7269e54079a4278535ab85888c
parent0e7c9a71431ce55816fee76f3e6109cbda6dd3a9
CLEANUP: quic: Remove window redundant variable from NewReno algorithm state struct

We use the window variable which is stored in the path struct.
include/haproxy/quic_cc-t.h
src/quic_cc_newreno.c