]> git.kaiwu.me - 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>
Thu, 30 Oct 2025 13:17:49 +0000 (14:17 +0100)
commit53b91f1ae5996386e1fabd5f06ebf57b1bcf937d
tree01c1b00a6ad42023ef54f982767647af01d2447f
parentbd1a754e73c02c2ec2fd8d431c1955db4334001d
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