commit | fc974887ceefd6716b6de5b089e97f312ab90a87 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Sep 02 18:22:11 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 16 22:08:07 2020 +0200 |
tree | a428b174e37765fe0d67f1b574ab363c954f9c2e | |
parent | 9eda7a6d62bbf4a01f12ef98c812bdae9b3c974b [diff] |
MEDIUM: protocol: explicitly start the receiver before the listener Now protocol_bind_all() starts the receivers before their respective listeners so that ultimately we won't need the listeners for non- connected protocols. We still have to resort to an ugly trick to set the I/O handler in case of syslog over UDP because for now it's still not set in the receiver, so we hard-code it.