add missing config option

This commit is contained in:
Eric House 2013-06-25 23:40:46 -07:00
parent a1d272bf4f
commit d801b23a87

View file

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