mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
CLEANUP: quic: Useless QUIC_CONN_TX_BUF_SZ definition
This define is not more used.
This commit is contained in:
parent
f6954c5c3a
commit
56f61b663b
1 changed files with 0 additions and 1 deletions
|
|
@ -676,7 +676,6 @@ enum qc_mux_state {
|
|||
|
||||
/* The number of buffers for outgoing packets (must be a power of two). */
|
||||
#define QUIC_CONN_TX_BUFS_NB 8
|
||||
#define QUIC_CONN_TX_BUF_SZ QUIC_PACKET_MAXLEN
|
||||
|
||||
/* Flags at connection level */
|
||||
#define QUIC_FL_CONN_ANTI_AMPLIFICATION_REACHED (1U << 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue