]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/transport.texi
[DOC] Various fixes
[govpn.git] / doc / transport.texi
index c1e0d7f02ad0dfa39788500d6c0c7165e9e9a48e..cdbe7aecfa47365502a5ffdd0dc811d1c262d90b 100644 (file)
@@ -38,5 +38,5 @@ To prevent replay attacks we must remember received @code{SERIAL}s and
 if meet one, then drop it. Basically we could just store latest number
 and check if received one is greater, but because of UDP packets
 reordering this can lead to valid packets dropping and overall
-performance degradation. We store 256 seen nonces in hash structure, in
-two swapping buckets.
+performance degradation. We store up to 256 seen nonces in hash
+structure, in two swapping buckets.