]> 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>
Fri, 17 Oct 2025 14:38:53 +0000 (16:38 +0200)
commitded62e3ea45901f2763df93bb5c2851a224c91a6
treee04077bdeb05abfbac42c14f366a8ae9c92d498f
parentf64cba38fc498a05337d49d00ae979f603b814c7
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