浏览代码

Update README.md

wangyu- 5 年之前
父节点
当前提交
3ac43ee66e
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -36,6 +36,8 @@ In FakeTCP header mode,udp2raw simulates 3-way handshake while establishing a co
 * Protect data integrity by HMAC-SHA1 (or weaker MD5/CRC32).
 * Protect data integrity by HMAC-SHA1 (or weaker MD5/CRC32).
 * Defense replay attack with anti-replay window.
 * Defense replay attack with anti-replay window.
 
 
+[Notes on encryption](https://github.com/wangyu-/udp2raw-tunnel/wiki/Notes-on-encryption)
+
 ### Failure Dectection & Stablization (Connection Recovery)
 ### 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.
 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.