From 106ac966710623f408fd2f0cab47f0464d9afdd2 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Fri, 1 Sep 2017 12:00:56 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df1701a..adb88d4 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Those issues exist for almost all TCP-based VPNs. 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. **Udp2raw doesnt have all above issues**. ### Q: Is udp2raw designed for replacing VPN? -Answer: No. Udp2raw is designed for bypassing UDP restrictions. It doesnt have all of the features a VPN has(such as transparently redirect traffic). +Answer: No. Udp2raw is designed for bypassing UDP restrictions. It doesnt have all of the features a VPN has(such as transparently redirect all traffic). 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.