Enforce maximum amount of bytes sent/received on meta-connections.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 30 Oct 2016 14:19:12 +0000 (15:19 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 30 Oct 2016 14:19:12 +0000 (15:19 +0100)
commit979acc48aded5bb04f1574128d174d56550be302
tree743a9f8b6dc679e830ddf767bbbfaac23827e2ba
parentedc1efed3c0cf5aebb1c765066c0413757229a31
Enforce maximum amount of bytes sent/received on meta-connections.

This is 2^{block_length_in_bits / 2 - 1}.
src/cipher.h
src/connection.h
src/meta.c
src/openssl/cipher.c
src/protocol_auth.c