commit | 97e84c6c69437dee6f4a6475b098674e82af852c | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Apr 19 18:26:55 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Apr 21 12:04:04 2022 +0200 |
tree | 0b3f412b3b4723507b1d85b8c0543f491c9c180f | |
parent | 1b2dba531d1f306ab544970cf73dcfe5049fb5d6 [diff] [blame] |
MINOR: cfg-quic: define tune.quic.conn-buf-limit Add a new global configuration option to set the limit of buffers per QUIC connection. By default, this value is set to 30.
diff --git a/src/haproxy.c b/src/haproxy.c index a26c8f3..0187bc6 100644 --- a/src/haproxy.c +++ b/src/haproxy.c
@@ -203,6 +203,9 @@ #else .idle_timer = 1000, /* 1 second */ #endif +#ifdef USE_QUIC + .quic_streams_buf = 30, +#endif /* USE_QUIC */ }, #ifdef USE_OPENSSL #ifdef DEFAULT_MAXSSLCONN