From 4eb72f6139d64e75133003148cb0cd4c1bf0577d Mon Sep 17 00:00:00 2001 From: wangyu- Date: Fri, 11 Aug 2017 02:45:29 -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 6171423..da25e13 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Which can help you bypass udp blocking or udp QOS or just poorly supported udp N Simulated 3-way handshake,simluated seq ack_seq. Simluated tcp options:MSS,sackOk,TS,TS_ack,wscale. Provides real-time delivery ,no tcp over tcp problem when using openvpn. ### Encrpytion,Anti-Replay,Anti-MITM -Encrypt your traffic with aes128cbc,protects data integrity by md5 or crc32,protect replay attack with an anti-replay window smiliar to ipsec/openvpn.Client and server use pre shared secret to verify each other,man-in-the-middle is impossible. +Encrypt your traffic with aes128cbc,protects data integrity by md5 or crc32,protect replay attack with an anti-replay window smiliar to ipsec/openvpn.Client/Server verifys each other,man-in-the-middle is impossible. ### Connection Failure Dectect & Connection Stablize(Connection Recover) Conection failure detection by hearbeat. After hearbeat timeouts,client will auto change port and re-connect.if re-connection is successful,the previous connection will be recovered,and all existed udp conversations will stay vaild.