mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-23 14:51:27 +02:00
MINOR: quic: Increase the RX buffer for each connection
Double this buffer size which reaches 16ko for now on.
This commit is contained in:
parent
cc750efbc5
commit
0ece75c66a
@ -235,7 +235,7 @@ enum quic_pkt_type {
|
|||||||
/* Size of the internal buffer of QUIC RX buffer. */
|
/* Size of the internal buffer of QUIC RX buffer. */
|
||||||
#define QUIC_RX_BUFSZ (1UL << 18)
|
#define QUIC_RX_BUFSZ (1UL << 18)
|
||||||
/* Size of the QUIC RX buffer for the connections */
|
/* Size of the QUIC RX buffer for the connections */
|
||||||
#define QUIC_CONN_RX_BUFSZ (1UL << 13)
|
#define QUIC_CONN_RX_BUFSZ (1UL << 14)
|
||||||
|
|
||||||
extern struct trace_source trace_quic;
|
extern struct trace_source trace_quic;
|
||||||
extern struct pool_head *pool_head_quic_tx_ring;
|
extern struct pool_head *pool_head_quic_tx_ring;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user