From 8cd4fbffb2ef74e59515ec5c607895cc93a45507 Mon Sep 17 00:00:00 2001 From: Yancey Wang Date: Fri, 3 Nov 2023 22:39:12 -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 140ba0c..e93c591 100644 --- a/bypass-mtu-limitation.md +++ b/bypass-mtu-limitation.md @@ -6,4 +6,4 @@ In case you need MTU >13xx, it's a well-known problem which can be near perfectl wireguard_client-->udpspeeder_client-->udp2raw_client---------(internet)---------->udp2raw_server-->udpspeeder_server-->wireguard_server ``` -UDPspeeder (with `--mode 0`, the default mode) supports both user space package splitting and FEC, it allows you to send large packet efficiently without enlarge the network packet loss (maybe this is the only efficient way ever). But you might need to [tune parameters](https://github.com/wangyu-/UDPspeeder/wiki/Suggested-parameters). \ No newline at end of file +UDPspeeder (with `--mode 0`, the default mode) supports both user space packet splitting and FEC, it allows you to send large packet efficiently without enlarge the network packet loss (maybe this is the only efficient way ever). But you might need to [tune parameters](https://github.com/wangyu-/UDPspeeder/wiki/Suggested-parameters). \ No newline at end of file