mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
initial version
This commit is contained in:
parent
9ac04243b5
commit
5d22be174a
1 changed files with 22 additions and 0 deletions
22
xwords4/relay/xwrelay.conf
Normal file
22
xwords4/relay/xwrelay.conf
Normal file
|
@ -0,0 +1,22 @@
|
|||
# -*- mode: Makefile; -*-
|
||||
# Comments start with #, which must be in first column
|
||||
#
|
||||
# Format: var=value. No spaces between var and value at this point.
|
||||
|
||||
# Heartbeat timer. Sent to clients.
|
||||
HEARTBEAT=60
|
||||
|
||||
# How long after the first connection on a cookie until we need to
|
||||
# have heard from all players in the game? After this long passes we
|
||||
# kill the connection after notifying all that have connected.
|
||||
ALLCONN=120
|
||||
|
||||
# How many worker threads in the thread pool? Default is five.
|
||||
NTHREADS=5
|
||||
|
||||
# What port do we listen on for incomming connections?
|
||||
PORT=10999
|
||||
|
||||
# And the control port is?
|
||||
CTLPORT=11000
|
||||
|
Loading…
Reference in a new issue