From 0c82651c30bf543903ca05df4e5b179201353ee1 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 31 Mar 2012 18:04:02 +0200 Subject: Change how handshakes are triggered --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c index 1eda277..61cd42f 100644 --- a/src/config.c +++ b/src/config.c @@ -65,7 +65,7 @@ static void default_config(fastd_config *conf) { conf->protocol = &fastd_protocol_null; conf->secret = NULL; - conf->rekey = 3600; + conf->key_valid = 3600; conf->peers = NULL; -- cgit v1.2.3