From aaa7425e029500311216d1e785354844ce88f830 Mon Sep 17 00:00:00 2001 From: Nikolay Shopik Date: Sun, 22 Dec 2024 00:11:15 +0300 Subject: [PATCH] Increase MAX_MSS to 32K --- src/iperf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iperf.h b/src/iperf.h index 202d3016f..c4bac6bd9 100644 --- a/src/iperf.h +++ b/src/iperf.h @@ -452,7 +452,7 @@ struct iperf_test #define MAX_TIME 86400 #define MAX_OMIT_TIME 600 #define MAX_BURST 1000 -#define MAX_MSS (9 * 1024) +#define MAX_MSS (32 * 1024 - 1) #define MAX_STREAMS 128 #define TIMESTAMP_FORMAT "%c "