mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +01:00
listen on only one port by default
This commit is contained in:
parent
98ad2c3147
commit
55478369e4
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ ALLCONN=300
|
||||||
NTHREADS=3
|
NTHREADS=3
|
||||||
|
|
||||||
# What ports do we listen on for incoming connections?
|
# What ports do we listen on for incoming connections?
|
||||||
PORTS=10997,10998,10999
|
PORTS=10999
|
||||||
|
#PORTS=10997,10998,10999
|
||||||
|
|
||||||
# And the control port is?
|
# And the control port is?
|
||||||
CTLPORT=11000
|
CTLPORT=11000
|
||||||
|
|
Loading…
Reference in a new issue