Previous fix fixed. Meta protocol should be really flawless from now on!

This commit is contained in:
Guus Sliepen 2000-05-02 09:55:34 +00:00
parent 989d7edc07
commit aeccaca829
3 changed files with 13 additions and 8 deletions

View file

@ -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;