From 55478369e41521f11fe50c2517c0ffb967fb8300 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 22 Nov 2009 16:29:23 +0000 Subject: [PATCH] listen on only one port by default --- xwords4/relay/xwrelay.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xwords4/relay/xwrelay.conf b/xwords4/relay/xwrelay.conf index 68425c0d2..12560dbe0 100644 --- a/xwords4/relay/xwrelay.conf +++ b/xwords4/relay/xwrelay.conf @@ -15,7 +15,8 @@ ALLCONN=300 NTHREADS=3 # What ports do we listen on for incoming connections? -PORTS=10997,10998,10999 +PORTS=10999 +#PORTS=10997,10998,10999 # And the control port is? CTLPORT=11000