commit | a2c17877b33aa85d49b41d555736a75cdf025a72 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Aug 28 19:09:19 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Aug 28 19:26:38 2020 +0200 |
tree | 9b7b2ef23ad42080d7366cf5322801f57e80ae18 | |
parent | 429617459d4926f4afdd84bc708c6f4a2dfb0183 [diff] |
MINOR: sock: do not use LI_O_* in xfer_sock_list anymore We'll want to store more info there and some info that are not represented in listener options at the moment (such as dgram vs stream) so let's get rid of these and instead use a new set of options (SOCK_XFER_OPT_*).