From 1a3fa9e4fd2fa640ae1f326dcd25bc100cf9709a Mon Sep 17 00:00:00 2001 From: wangyu- Date: Mon, 17 Aug 2020 17:03:47 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43688d1..fa6265e 100755 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ In FakeTCP header mode,udp2raw simulates 3-way handshake while establishing a co ### Encryption, Anti-Replay * Encrypt your traffic with AES-128-CBC. * Protect data integrity by HMAC-SHA1 (or weaker MD5/CRC32). -* Defense replay attack with an anti-replay window. +* Defense replay attack with anti-replay window. ### 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.