set session timeout to 30

This commit is contained in:
git@daemon.de
2015-04-26 19:14:18 +02:00
parent 2e7e602f75
commit 4409c5da26

View File

@@ -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 */