X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fpokey%2Fconnection.h;fp=src%2Fconnection.h;h=8f436969e31639260b46a58933301066468eaea0;hp=bd37aea08cc27ec6e3c694f33d8000a8ff042350;hb=04d33be4bd102de67bb6dba5c449e12fea0db4d2;hpb=b0a676988a8da3120e64ef0e1a4ea4c28b1511e1 diff --git a/src/connection.h b/src/pokey/connection.h similarity index 97% rename from src/connection.h rename to src/pokey/connection.h index bd37aea0..8f436969 100644 --- a/src/connection.h +++ b/src/pokey/connection.h @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: connection.h,v 1.2 2002/04/09 15:26:00 zarq Exp $ + $Id: connection.h,v 1.1 2002/04/28 12:46:26 zarq Exp $ */ #ifndef __TINC_CONNECTION_H__ @@ -99,7 +99,6 @@ typedef struct connection_t { char buffer[MAXBUFSIZE]; /* metadata input buffer */ int buflen; /* bytes read into buffer */ - 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 */