Previous fix fixed. Meta protocol should be really flawless from now on!
This commit is contained in:
parent
989d7edc07
commit
aeccaca829
3 changed files with 13 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue