]> git.kaiwu.me - 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, 17 Oct 2025 14:38:53 +0000 (16:38 +0200)
commitf64cba38fc498a05337d49d00ae979f603b814c7
treec172de805fe2a381fa966b1dd72117e17b71afae
parent1cd4bd888060e2b755d3d90634cc0d036c9d8d1a
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.
src/peers.c