summaryrefslogtreecommitdiff
path: root/opentracker.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'opentracker.conf.sample')
-rw-r--r--opentracker.conf.sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/opentracker.conf.sample b/opentracker.conf.sample
index f5d88d3..db45122 100644
--- a/opentracker.conf.sample
+++ b/opentracker.conf.sample
@@ -7,6 +7,15 @@
7# If no listen option is given (here or on the command line), opentracker 7# If no listen option is given (here or on the command line), opentracker
8# listens on 0.0.0.0:6969 tcp and udp. 8# listens on 0.0.0.0:6969 tcp and udp.
9# 9#
10# The next variable determines if udp sockets are handled in the event
11# loop (set it to 0, the default) or are handled in blocking reads in
12# dedicated worker threads. You have to set this value before the
13# listen.tcp_udp or listen.udp statements before it takes effect, but you
14# can re-set it for each listen statement. Normally you should keep it at
15# the top of the config file.
16#
17# listen.udp.workers 4
18#
10# listen.tcp_udp 0.0.0.0 19# listen.tcp_udp 0.0.0.0
11# listen.tcp_udp 192.168.0.1:80 20# listen.tcp_udp 192.168.0.1:80
12# listen.tcp_udp 10.0.0.5:6969 21# listen.tcp_udp 10.0.0.5:6969