From a4674734a05e45a75cd528afdd455097071ba5a1 Mon Sep 17 00:00:00 2001 From: Yancey Wang Date: Fri, 3 Nov 2023 22:38:00 -0400 Subject: [PATCH] Updated bypass mtu limitation (markdown) --- bypass-mtu-limitation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bypass-mtu-limitation.md b/bypass-mtu-limitation.md index f2cb771..140ba0c 100644 --- a/bypass-mtu-limitation.md +++ b/bypass-mtu-limitation.md @@ -1,6 +1,6 @@ udp2raw by default support MTU max at around 13xx, depending on what kind of VPN you are using. (although I am usually suggesting 1200) -In case you need MTU >1300, it's a well-known problem which can be near perfectly sloved by chaining [UDPspeeder](https://github.com/wangyu-/UDPspeeder) in between: +In case you need MTU >13xx, it's a well-known problem which can be near perfectly sloved by chaining [UDPspeeder](https://github.com/wangyu-/UDPspeeder) in between: ``` wireguard_client-->udpspeeder_client-->udp2raw_client---------(internet)---------->udp2raw_server-->udpspeeder_server-->wireguard_server