diff --git a/README.md b/README.md index 44eb086..4dba081 100755 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ Fake-tcp/icmp headers help you bypass UDP blocking, UDP QOS or improper UDP NAT ### Simulate TCP Handshake Simulates the 3-way handshake, along with seq and ack_seq. TCP options MSS, sackOk, TS, TS_ack, wscale are also simulated. Real-time delivery guaranteed, no TCP over TCP problem when using OpenVPN. -### Encrpytion, Anti-Replay, Anti-MITM +### Encrpytion, Anti-Replay, No MITM * Encrypt your traffic with AES-128-CBC. * Protect data integrity by MD5 or CRC32. * Defense replay attack with an anti-replay window, smiliar to IPSec and OpenVPN. -* Authenticate mutually, no more MITM attacks. +* Authenticate mutually, no MITM attacks. ### Failure Dectection & Stablization (Connection Recovery) Conection failures are detected by heartbeats. If timed-out,client will automatically change port number and reconnect. If reconnection is successful, the previous connection will be recovered, and all existing UDP conversations will stay vaild.