]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/developer.texi
Ability to use TCP as a base transport
[govpn.git] / doc / developer.texi
index 58c109919f8f42867f80884015bab39ac74dc228..d7a4b07ea3693f96bb4e8c298e403a3ce3b0cdd7 100644 (file)
@@ -19,9 +19,10 @@ and @url{http://ed25519.cr.yp.to/, Ed25519}.
 @url{https://en.wikipedia.org/wiki/PBKDF2, PBKDF2} based on
 @url{https://en.wikipedia.org/wiki/SHA-2, SHA-512}.
 @item Packet overhead
-26 bytes per packet.
+26 bytes per packet. Two more bytes for TCP mode.
 @item Handshake overhead
-4 UDP (2 from client, 2 from server) packets, 264 bytes total payload.
+4 UDP (2 from client, 2 from server) packets (round-trips for TCP),
+264 bytes total payload (8 bytes more for TCP mode).
 @item Entropy required
 832 bits in average on client, 832 bits in average on server side per
 handshake.