commit | 12a0317fed7997e0376cdba6cf226ffe534445c5 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Jan 12 15:23:54 2023 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jan 17 16:35:20 2023 +0100 |
tree | cbd564fd762e2344df66196265a7b96eec5b868f | |
parent | 6fc86974cf18a54f5832cc85a1edb3392dfc5e05 [diff] |
MINOR: quic: Add "no-quic" global option Add "no-quic" to "global" section to disable the use of QUIC transport protocol by all configured QUIC listeners. This is listeners with QUIC addresses on their "bind" lines. Internally, the socket addresses binding is skipped by protocol_bind_all() for receivers with <proto_quic4> or <proto_quic6> as protocol (see protocol struct). Add information about "no-quic" global option to the documentation. Must be backported to 2.7.