From 5a34509482d219e2c5d3a1c2f842bd6898b1433b Mon Sep 17 00:00:00 2001 From: xtaci Date: Mon, 9 Dec 2024 12:07:01 +0800 Subject: [PATCH] adjust mtuLimit to 1500 --- hopper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hopper.go b/hopper.go index 93c0ee3..827dc56 100644 --- a/hopper.go +++ b/hopper.go @@ -39,7 +39,7 @@ const ( nonceSize = 8 // maximum packet size - mtuLimit = 1450 + mtuLimit = 1500 ) type (