summaryrefslogtreecommitdiff
path: root/bouncer/core.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bouncer/core.h3
1 files changed, 1 insertions, 2 deletions
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();