Merge branch '1.1' of github.com:gsliepen/tinc into thkr-1.1-ponyhof
This commit is contained in:
commit
35af740537
21 changed files with 301 additions and 136 deletions
|
@ -97,6 +97,7 @@ typedef struct connection_t {
|
|||
struct buffer_t outbuf;
|
||||
io_t io; /* input/output event on this metadata connection */
|
||||
int tcplen; /* length of incoming TCPpacket */
|
||||
int sptpslen; /* length of incoming SPTPS packet */
|
||||
int allow_request; /* defined if there's only one request possible */
|
||||
|
||||
struct timeval last_ping_time; /* last time we saw some activity from the other end or pinged them */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue