summaryrefslogtreecommitdiff
path: root/ecp/doc/protocol.md
diff options
context:
space:
mode:
Diffstat (limited to 'ecp/doc/protocol.md')
-rw-r--r--ecp/doc/protocol.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp/doc/protocol.md b/ecp/doc/protocol.md
index 12378a6..ec69e6b 100644
--- a/ecp/doc/protocol.md
+++ b/ecp/doc/protocol.md
@@ -64,7 +64,7 @@ Client periodically sends key exchange packet to check if server has changed its
Server will encrypt subsequent packets to client with new key only after it receives packet from client which was encrypted with that new key. Client can use new key immediately after receiving key exchange response.
If client does not receive response to key exchange after some number of tries, it should consider connection broken.
-Server can purge connections after some time of inactivity. <!-- Before purging connections server must generate new "cookie key" &mdash; see authentication tag in init reply message below. -->
+Server can purge connections after some time of inactivity.
##Messages defined by EllipticCP