X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconf.c;h=568103373c9a5a1612c22cfa779143a5a04ce07c;hp=71132c43eee3f2eee459cfa4bf19b15126898dd6;hb=ab6f76f6a9fc8028fff96322a52b770710ffa1a9;hpb=faaaa1ef38dcdf19d5d5d73ab66806b15467c043 diff --git a/src/conf.c b/src/conf.c index 71132c43..56810337 100644 --- a/src/conf.c +++ b/src/conf.c @@ -1,9 +1,9 @@ /* conf.c -- configuration code Copyright (C) 1998 Robert van der Meulen - 1998-2004 Ivo Timmermans - 2000-2004 Guus Sliepen - 2000 Cris van Pelt + 1998-2005 Ivo Timmermans + 2000-2006 Guus Sliepen + 2000 Cris van Pelt This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -33,7 +33,8 @@ avl_tree_t *config_tree; -int pingtimeout = 0; /* seconds before timeout */ +int pinginterval = 0; /* seconds between pings */ +int pingtimeout = 0; /* seconds to wait for response */ char *confbase = NULL; /* directory in which all config files are */ char *netname = NULL; /* name of the vpn network */