X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=dffc7cb13b59a79236b39fff58fa5424e6a1e4ff;hp=27a16cf8ad5d2457c7038a52a0d418030bc4b831;hb=aeccaca829842910b4a5c8a5fa61e1738492bea6;hpb=989d7edc07fd407e7f7838b45986f4e37359ef97 diff --git a/src/net.h b/src/net.h index 27a16cf8..dffc7cb1 100644 --- a/src/net.h +++ b/src/net.h @@ -114,6 +114,7 @@ typedef struct conn_list_t { enc_key_t *key; /* encrypt with this key */ char buffer[MAXBUFSIZE]; /* metadata input buffer */ int buflen; /* bytes read into buffer */ + int reqlen; /* length of first request in buffer */ struct conn_list_t *nexthop; /* nearest meta-hop in this direction */ struct conn_list_t *next; /* after all, it's a list of connections */ } conn_list_t;