diff options
Diffstat (limited to 'src/fastd.c')
-rw-r--r-- | src/fastd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fastd.c b/src/fastd.c index 5be7a61..7c34720 100644 --- a/src/fastd.c +++ b/src/fastd.c @@ -921,6 +921,8 @@ int main(int argc, char *argv[]) { ctx.next_keepalives = ctx.now; ctx.next_keepalives.tv_sec += conf.keepalive_interval; + ctx.unknown_handshakes[0].timeout = ctx.now; + pr_info(&ctx, "fastd " FASTD_VERSION " starting"); fastd_cap_init(&ctx); |