commit | d0b73bca714d5eea02f4283c3c584b36bbebaedc | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jun 28 08:30:43 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 15 20:16:30 2022 +0200 |
tree | 2c7098a6a2c7acf513c9ebbe568229d11fdf66a7 | |
parent | 6018c02c36c1a92ac7bc111d05236559702c3e49 [diff] |
MEDIUM: listener: switch bind_thread from global to group-local It requires to both adapt the parser and change the algorithm to redispatch incoming traffic so that local threads IDs may always be used. The internal structures now only reference thread group IDs and group-local masks which are compatible with those now used by the FD layer and the rest of the code.