X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol_misc.c;h=9f1a5fb76349f4a58b6632770800b035c73a6696;hp=0e4a86d7b6a996dd99e537597c4cf257f73944b8;hb=594d5b5d15551bd802c43926c7cb8863b7531654;hpb=cbd8133ab4a2ea8a0c46224a5f1ae79e92819e5f diff --git a/src/protocol_misc.c b/src/protocol_misc.c index 0e4a86d7..9f1a5fb7 100644 --- a/src/protocol_misc.c +++ b/src/protocol_misc.c @@ -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: protocol_misc.c,v 1.1.4.2 2002/03/01 14:09:31 guus Exp $ + $Id: protocol_misc.c,v 1.1.4.3 2002/03/23 20:21:10 guus Exp $ */ #include "config.h" @@ -143,6 +143,11 @@ int pong_h(connection_t *c) { cp c->status.pinged = 0; + + /* Succesful connection, reset timeout if this is an outgoing connection. */ + + if(c->outgoing) + c->outgoing->timeout = 0; cp return 0; }