]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: peers: Separate id of update messages from the update tree
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 8 Oct 2025 15:48:23 +0000 (17:48 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 21 Oct 2025 13:04:59 +0000 (15:04 +0200)
commit9662d8fac1ec7f56e140a7b967e44f48da9b4310
tree1863ba32d5f6b0a2487de9260d198eda1bd309e5
parent2d77328ba8f9a0ccd863954e494b40d0b0dbf926
MINOR: peers: Separate id of update messages from the update tree

Now the updates are no longer tracked by stick-table and we are no longer
use their id to detect missed updates, there is no reason to have a matching
between the internal update id in the id used in updated messages.

So, now, for a given peer, id of the last update messages sent is saved in
each shared table and it is incremented when a new message is updated.
include/haproxy/peers-t.h
src/peers.c