Apply patch from Scott Lamb adding an output buffer for the TCP sockets.
[oweals/tinc.git] / src / conf.c
index fa681b81f081fa4ef25c1a1c8058c0e91a226bc9..d567cd2f0cd12c6c8b9c0ba321297ed9b24470bd 100644 (file)
@@ -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 */