]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: quic: Useless QUIC_CONN_TX_BUF_SZ definition
authorFrédéric Lécaille <flecaille@haproxy.com>
Sat, 21 May 2022 20:32:25 +0000 (22:32 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 30 May 2022 07:59:26 +0000 (09:59 +0200)
This define is not more used.

include/haproxy/xprt_quic-t.h

index 5231583f40551824a8e6d5c74d814cab6ac5c1af..a975b17825991d7aad2bb26a23eaa24868333b72 100644 (file)
@@ -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)