X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.h;h=b41cf46a7425f43950921eeb76ce9a8e291d01fd;hb=613c121cdceec0199dc4d056857be021ed1d21de;hp=30c6598bc58ef04ec223b5a15d47060e250c2af2;hpb=cfe9285adf391ab66faeb5def811fe08e47a221a;p=tinc diff --git a/src/connection.h b/src/connection.h index 30c6598b..b41cf46a 100644 --- a/src/connection.h +++ b/src/connection.h @@ -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 */ time_t last_ping_time; /* last time we saw some activity from the other end or pinged them */