]> git.meshlink.io Git - meshlink-tiny/blobdiff - src/connection.h
Remove some unused variables.
[meshlink-tiny] / src / connection.h
index 0bdea9efd49db9e54400ce6969f6f83638525386..d414e83d063f55ec7eb5b40eb7dd30a8ad9bdb97 100644 (file)
@@ -62,7 +62,6 @@ typedef struct connection_t {
        struct buffer_t inbuf;
        struct buffer_t outbuf;
        io_t io;                        /* input/output event on this metadata connection */
-       int tcplen;                     /* length of incoming TCPpacket */
        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 */
        time_t last_key_renewal;        /* last time we renewed the SPTPS key */