mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-02-01 04:39:35 +08:00
Update README.md
This commit is contained in:
parent
2836daefc4
commit
1a3fa9e4fd
@ -34,7 +34,7 @@ In FakeTCP header mode,udp2raw simulates 3-way handshake while establishing a co
|
|||||||
### Encryption, Anti-Replay
|
### Encryption, Anti-Replay
|
||||||
* Encrypt your traffic with AES-128-CBC.
|
* Encrypt your traffic with AES-128-CBC.
|
||||||
* Protect data integrity by HMAC-SHA1 (or weaker MD5/CRC32).
|
* 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)
|
### 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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user