From 4409c5da26fd7b35a0ad517bd19b744ced001536 Mon Sep 17 00:00:00 2001 From: "git@daemon.de" Date: Sun, 26 Apr 2015 19:14:18 +0200 Subject: [PATCH] set session timeout to 30 --- client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.h b/client.h index a74f111..e7eb815 100644 --- a/client.h +++ b/client.h @@ -41,7 +41,7 @@ typedef uint8_t byte; #include "uthash.h" #include "host.h" -#define MAXAGE 3600 /* seconds after which to close outgoing sockets and forget client src */ +#define MAXAGE 30 /* seconds after which to close outgoing sockets and forget client src */ struct _client_t { int socket; /* bind socket for outgoing traffic */