mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-09-17 20:54:28 +08:00
Updated bypass mtu limitation (markdown)
@@ -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
|
||||
|
Reference in New Issue
Block a user