Apply patch from Scott Lamb adding an output buffer for the TCP sockets.
[tinc] / src / conf.h
index 4d4047a..f1934d0 100644 (file)
@@ -36,6 +36,7 @@ typedef struct config_t {
 
 extern avl_tree_t *config_tree;
 
+extern int pinginterval;
 extern int pingtimeout;
 extern int maxtimeout;
 extern bool bypass_security;