From 05568c427eff856d3049d4a18a707f1b0b358bd2 Mon Sep 17 00:00:00 2001 From: Treeki Date: Sat, 15 Feb 2014 17:41:51 +0100 Subject: make session keepalive timeout configurable in config.ini --- bouncer/core.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bouncer/core.h') diff --git a/bouncer/core.h b/bouncer/core.h index 4bb266e..40f5b98 100644 --- a/bouncer/core.h +++ b/bouncer/core.h @@ -32,8 +32,6 @@ #define CLIENT_LIMIT 100 #define SERVER_LIMIT 20 -#define SESSION_KEEPALIVE 30 - #define SESSION_KEY_SIZE 16 #define PROTOCOL_VERSION 1 @@ -398,6 +396,7 @@ public: std::string bouncerPassword; int maxWindowMessageCount; + int sessionKeepalive; int execute(); -- cgit v1.2.3