]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: listener: use a common thr_idx from the reference listener
authorWilly Tarreau <w@1wt.eu>
Wed, 29 Mar 2023 15:02:17 +0000 (17:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 21 Apr 2023 15:41:26 +0000 (17:41 +0200)
commitb65749268053bb8a77dcb4ec7c878f81156ac351
tree6e2bcb150992102a1f6e7b0f44b895ac4cba9321
parent9d360604bd58e5ed02d27e3b7ec54d39d4779db6
MINOR: listener: use a common thr_idx from the reference listener

Instead of seeing each listener use its own thr_idx, let's use the same
for all those from a shard. It should provide more accurate and smoother
thread allocation.
src/listener.c