From d801b23a871c867cf3366cea66d2cae7f9a5a4ac Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 25 Jun 2013 23:40:46 -0700 Subject: [PATCH] add missing config option --- xwords4/relay/xwrelay.conf_tmplate | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xwords4/relay/xwrelay.conf_tmplate b/xwords4/relay/xwrelay.conf_tmplate index 66d455a6b..2773342e0 100644 --- a/xwords4/relay/xwrelay.conf_tmplate +++ b/xwords4/relay/xwrelay.conf_tmplate @@ -31,6 +31,8 @@ UDPPORT=10997 # default 5 SOCK_TIMEOUT_SECONDS=5 +# How many tcp sockets at once (to prevent leaks). default: 100 +MAXSOCKS=256 # And the control port is? CTLPORT=11000