listen on only one port by default

This commit is contained in:
ehouse 2009-11-22 16:29:23 +00:00
parent 98ad2c3147
commit 55478369e4

View file

@ -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