summaryrefslogtreecommitdiff
path: root/babeld/babeld.h
diff options
context:
space:
mode:
authorJuliusz Chroboczek <jch@pps.jussieu.fr>2012-02-14 08:49:57 +0100
committerPaul Jakma <paul@quagga.net>2012-03-25 17:06:54 +0100
commit36329c02c36703cc2158c1c99b86045fed26d4ae (patch)
tree64cebc900d5b528f5a85645f681a38b59e5ad669 /babeld/babeld.h
parentcb4b13d945a4b44282e59fa2be9ceda752420a13 (diff)
babeld: remove remains of standalone babeld's configuration code.
Standalone babeld has a configuration interface that is not used in Quagga. This removes a few bits of this code that survived the port to Quagga.
Diffstat (limited to 'babeld/babeld.h')
-rw-r--r--babeld/babeld.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/babeld/babeld.h b/babeld/babeld.h
index 3c473230..b19ae0f2 100644
--- a/babeld/babeld.h
+++ b/babeld/babeld.h
@@ -107,7 +107,11 @@ THE SOFTWARE.
#define BABEL_VTY_PORT 2609
#define BABEL_DEFAULT_CONFIG "babeld.conf"
#define BABEL_VERSION "0.1 for quagga"
-#define BABELD_DEFAULT_HELLO_INTERVAL 4000 /* miliseconds */
+
+/* Values in milliseconds */
+#define BABEL_DEFAULT_HELLO_INTERVAL 4000
+#define BABEL_DEFAULT_UPDATE_INTERVAL 16000
+#define BABEL_DEFAULT_RESEND_DELAY 2000
/* Babel socket. */