]> Cypherpunks.ru repositories - govpn.git/blobdiff - README
Heartbeating the channel twice during timeout
[govpn.git] / README
diff --git a/README b/README
index 078c42e7917bf7dffbd3ac999202275a71f3c2e1..058ef02937ec51fe90f24e9337ec28107c607a63 100644 (file)
--- a/README
+++ b/README
@@ -12,9 +12,8 @@ All packets captured on network interface are encrypted, authenticated
 and sent to remote server, that writes them to his interface, and vice
 versa. Client and server use pre-shared authentication key (PSK).
 Because of stateless UDP nature, after some timeout of inactivity peers
-forget about each other and have to retry handshake process again. As a
-rule, there are enough time-to-time traffic in ordinary Ethernet
-networks to heartbeat connection.
+forget about each other and have to retry handshake process again,
+therefore background heartbeat process will be ran.
 
 Handshake is used to mutually authenticate peers, exchange common secret
 per-session encryption key and checks UDP transport availability.