]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Do not send ACK frames when probing
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 25 Apr 2022 08:38:27 +0000 (10:38 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 28 Apr 2022 14:22:40 +0000 (16:22 +0200)
commit337108ecda4bf43aaed36be9b1d8c02a64f19385
tree66fcf4b79b0576d541e1709a8fd209d226c07772
parent7aef5f4c3f339c66dfc6f640eb031d7593076ca0
MINOR: quic: Do not send ACK frames when probing

When we are probing, we do not receive packets, furthermore all ACK frames have
already been sent. This is useless to send ACK when probing the peer. This
modification does not reset the flag which marks the connection as requiring an
ACK frame to be sent. If this is the case, this will be taken into an account
by after the probing process.
src/xprt_quic.c