mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-03-16 09:49:35 +08:00
Updated bypass mtu limitation (markdown)
parent
ce7c45e455
commit
fde036cea1
@ -7,3 +7,5 @@ wireguard_client-->udpspeeder_client-->udp2raw_client---------(internet)--------
|
||||
```
|
||||
|
||||
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.
|
||||
|
||||
In the above diagram, at the sender end UDPspeeder will split the large packet coming from wireguard into proper size, then pass it to udp2raw. At the receiver, UDPspeeder will reassemble the packet comming from udp2raw, then pass the original large packet to wireguard.
|
Loading…
x
Reference in New Issue
Block a user