From 56f61b663b686540b730acd9aad45c50dc95a8af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20L=C3=A9caille?= Date: Sat, 21 May 2022 22:32:25 +0200 Subject: [PATCH] CLEANUP: quic: Useless QUIC_CONN_TX_BUF_SZ definition This define is not more used. --- include/haproxy/xprt_quic-t.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/haproxy/xprt_quic-t.h b/include/haproxy/xprt_quic-t.h index 5231583f4..a975b1782 100644 --- a/include/haproxy/xprt_quic-t.h +++ b/include/haproxy/xprt_quic-t.h @@ -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)