mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-01-19 14:29:34 +08:00
Update README.md
This commit is contained in:
parent
063931d1c1
commit
215f2a82f2
@ -15,9 +15,11 @@ TCP also has re-transmission and congestion control which cant be disabled. For
|
|||||||
For udp2raw there is no underlying TCP protocol,udp2raw just add TCP headers to UDP packets directly by using raw socket. It supports real-time/out-of-order delivery,there is no re-transmission and congestion control. It doesnt have all above issues.
|
For udp2raw there is no underlying TCP protocol,udp2raw just add TCP headers to UDP packets directly by using raw socket. It supports real-time/out-of-order delivery,there is no re-transmission and congestion control. It doesnt have all above issues.
|
||||||
|
|
||||||
### Q: Is udp2raw designed for replacing VPN?
|
### Q: Is udp2raw designed for replacing VPN?
|
||||||
Answer: No. Udp2raw is designed for bypassing UDP restriction. It doesnt have all of the features a VPN has.
|
Answer: No. Udp2raw is designed for bypassing UDP restrictions. It doesnt have all of the features a VPN has.
|
||||||
|
|
||||||
Instead of replacing VPN,udp2raw can be used with any UDP-base VPN together to grant it the ablity of bypassing UDP restrictions. Check [this link](https://github.com/wangyu-/udp2raw-tunnel#tunneling-any-traffic-via-raw-traffic-by-using-udp2raw-openvpn) for more info.
|
Instead of replacing VPN,udp2raw can be used with any UDP-based VPN together to grant it the ablity of bypassing UDP restrictions,while not having the performance issue involved by a TCP-based VPN.
|
||||||
|
|
||||||
|
Check [this link](https://github.com/wangyu-/udp2raw-tunnel#tunneling-any-traffic-via-raw-traffic-by-using-udp2raw-openvpn) for more info.
|
||||||
|
|
||||||
# Support Platforms
|
# Support Platforms
|
||||||
Linux host (including desktop Linux,Android phone/tablet,OpenWRT router,or Raspberry PI) with root access.
|
Linux host (including desktop Linux,Android phone/tablet,OpenWRT router,or Raspberry PI) with root access.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user