commit | d9b4d21248be9996ff23a25e576669bc24b22371 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 12 19:42:48 2023 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 03 18:00:20 2023 +0100 |
tree | a2034b52fe06676a752ad229d875b1b060c8b000 | |
parent | 9bdcf42922396e43e038fc6e40a79a372fd554b1 [diff] |
MINOR: listener: move the DEF_ACCEPT option to the bind_conf This option is set per bind line, and was only set stored when the address family is AF_INET4 or AF_INET6. That's pointless since it's used only in tcp_bind_listener() which is only used for such families as well, so it can now be moved to the bind_conf under the name BC_O_DEF_ACCEPT.