commit | e4c36aa8a165e12b6eb7d7817b7370793e32229b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Feb 27 16:37:21 2023 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Apr 21 17:41:26 2023 +0200 |
tree | 1e47da6f20cba861ecdeb190bef82b16581dc4de | |
parent | aae1810b4d17c26f2470b1dcdde018bc87739a65 [diff] |
MINOR: receiver: add RX_F_MUST_DUP to indicate that an rx must be duped The purpose of this new flag will be to mark that some listeners duplicate their reference's FD instead of trying to setup a completely new listener from scratch. This will be used when multiple groups want to listen to the same socket, via multiple FDs.