MEDIUM: listeners: support the definition of thread groups on bind lines
authorWilly Tarreau <w@1wt.eu>
Wed, 29 Sep 2021 16:50:31 +0000 (18:50 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 Oct 2021 15:22:26 +0000 (17:22 +0200)
commitd57b9ff7af73553a3d6930d6c75e8fdee3bf36f0
tree1249a337eded8098b73e5f9a9336632466c3c4e3
parenta3870b79520afaf5289178e70fc26ebd96ad8bc6
MEDIUM: listeners: support the definition of thread groups on bind lines

This extends the "thread" statement of bind lines to support an optional
thread group number. When unspecified (0) it's an absolute thread range,
and when specified it's one relative to the thread group. Masks are still
used so no more than 64 threads may be specified at once, and a single
group is possible. The directive is not used for now.
doc/configuration.txt
include/haproxy/receiver-t.h
src/listener.c