From 02e51dbb177f1115ae4d451ff9aad6277816be3c Mon Sep 17 00:00:00 2001 From: Nick Banks Date: Tue, 22 Nov 2022 09:26:21 -0500 Subject: [PATCH] Increase Max MTU to 4096 --- src/inc/quic_datapath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inc/quic_datapath.h b/src/inc/quic_datapath.h index 086197213d..7750e68f6d 100644 --- a/src/inc/quic_datapath.h +++ b/src/inc/quic_datapath.h @@ -56,7 +56,7 @@ typedef enum CXPLAT_ECN_TYPE { // // The maximum IP MTU this implementation supports for QUIC. // -#define CXPLAT_MAX_MTU 1500 +#define CXPLAT_MAX_MTU 4096 // // The buffer size that must be allocated to fit the maximum UDP payload we