commit | 26f221bd557ebaac8906e7acad257b7b299ea759 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Apr 26 14:40:30 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 13 17:00:09 2022 +0200 |
tree | 767e3b25dea7561f536f573aae0768c8e01a888c | |
parent | 8d31ab04383eb02358b9eff4b74b5e195e1484a0 [diff] |
MINOR: config: make sure never to mix dgram and stream protocols on a bind line It is absolutely not possible to use the same "bind" line to listen to both quic and tcp for example, because no single transport layer would fit both modes and we'll need the type to choose one then to choose a mux. Let's make sure this does not happen. This may be relaxed in the future if we manage to instantiate transport layers on the fly, but the SSL vs quic part might be tricky to handle.