commit | ad33acf83866cfdf6fb4db330a3c8abc85050cb5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Sep 02 18:40:02 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 16 22:08:07 2020 +0200 |
tree | b58b5e23f76a8f165b3ab285aa15984b7262682e | |
parent | fc974887ceefd6716b6de5b089e97f312ab90a87 [diff] |
MEDIUM: protocol: do not call proto->bind() anymore from bind_listener() All protocol's listeners now only take care of themselves and not of the receiver anymore since that's already being done in proto_bind_all(). Now it finally becomes obvious that UDP doesn't need a listener, as the only thing it does is to set the listener's state to LI_LISTEN!