]> git.kaiwu.me - haproxy.git/commit
MINOR: listener: maintain a per-thread count of the number of connections on a listener
authorWilly Tarreau <w@1wt.eu>
Sun, 3 Feb 2019 09:36:29 +0000 (10:36 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 27 Feb 2019 13:27:07 +0000 (14:27 +0100)
commit9e85318417773a9ad01b8405415b8086096f20eb
tree06d4e78cc8484b8b1951219e729bc74bf5248be2
parent3f0d02bbc2d12cd083fe1c1a051c42cdccb7bc4a
MINOR: listener: maintain a per-thread count of the number of connections on a listener

Having this information will help us improve thread-level distribution
of incoming traffic.
include/types/listener.h
src/listener.c