X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.h;h=b41cf46a7425f43950921eeb76ce9a8e291d01fd;hb=3ccdf50beb6b2d3f2730bdc66006b43190537cde;hp=30c6598bc58ef04ec223b5a15d47060e250c2af2;hpb=04fc19112da5e7fcefefcf6e490987cdcfb6f620;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 */