From a157804e7b19e94ca9d7f3ae9efd516bcc0ece85 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 4 Jun 2012 15:53:41 +0200 Subject: Decreate keepalive interval --- src/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/config.c b/src/config.c index c28de7f..f826c18 100644 --- a/src/config.c +++ b/src/config.c @@ -56,8 +56,8 @@ static void default_config(fastd_config *conf) { conf->log_syslog_ident = strdup("fastd"); conf->log_files = NULL; - conf->keepalive_interval = 60; - conf->peer_stale_time = 300; + conf->keepalive_interval = 20; + conf->peer_stale_time = 90; conf->eth_addr_stale_time = 300; conf->ifname = NULL; -- cgit v1.2.3