]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: peers: No longer ack updates during a full resync
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 29 Sep 2025 13:49:44 +0000 (15:49 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 7 Nov 2025 10:50:13 +0000 (11:50 +0100)
commit590c5ff2ede9388c4e625aa1db9b3393effefac4
tree3d2d409384e7614f2c5ae3a3e6093938eb9df4b5
parent383bf11306dae8ecdd1e50a9f6565bf4c4c1706a
MEDIUM: peers: No longer ack updates during a full resync

ACK messages received by a peer sending updates during a full resync are
ignored. So, on the other side, there is no reason to still send these ACK
messages. Let's skip them.

In addition, the received updates during this stage are not considered as to
be acked. It is important to be sure to properly emit ACK messages once the
full sync finished.
src/peers.c