Updated bypass mtu limitation (markdown)

Yancey Wang 2023-11-03 22:39:34 -04:00
parent 8cd4fbffb2
commit 76e29c544b

@ -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 wireguard_client-->udpspeeder_client-->udp2raw_client---------(internet)---------->udp2raw_server-->udpspeeder_server-->wireguard_server
``` ```
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). 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) to get good performance.