X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.h;h=acd77bc277e88e5568b151ac2dca4349cc74fae3;hb=979acc48aded5bb04f1574128d174d56550be302;hp=7fa769f8d784042edb85c319f31263146369e7bc;hpb=edc1efed3c0cf5aebb1c765066c0413757229a31;p=tinc diff --git a/src/connection.h b/src/connection.h index 7fa769f8..acd77bc2 100644 --- a/src/connection.h +++ b/src/connection.h @@ -81,6 +81,8 @@ typedef struct connection_t { cipher_t *outcipher; /* Cipher we will use to send data to him */ digest_t *indigest; digest_t *outdigest; + uint64_t inbudget; + uint64_t outbudget; #endif ecdsa_t *ecdsa; /* his public ECDSA key */