Updated bypass mtu limitation (markdown)

Yancey Wang 2023-11-03 22:39:12 -04:00
parent a4674734a0
commit 8cd4fbffb2

@ -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).
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).