mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
comment out iface
On Linode anyway the relay's unreachable from python scripts unless I do this, and it seems harmless in local tests too.
This commit is contained in:
parent
e96a982f24
commit
bda545fc8e
1 changed files with 6 additions and 2 deletions
|
@ -28,8 +28,12 @@ DEVICE_PORTS=10998
|
|||
|
||||
# Port for per-device UDP interface (experimental)
|
||||
UDP_PORT=10997
|
||||
# interface to listen on -- may get dup packets if not specified
|
||||
UDP_IFACE=eth0
|
||||
|
||||
# interface to listen on -- may get dup packets if not specified. BUT:
|
||||
# at least on Linode specifying this leads to an socket that can't be
|
||||
# reached from localhost, e.g. by python scripts, and local tests pass
|
||||
# fine without it. So the dup packets thing may no longer apply.
|
||||
# UDP_IFACE=eth0
|
||||
|
||||
# How long after we've read from an address before we assume it's
|
||||
# recycled. Also sent to clients as a suggested ping interval
|
||||
|
|
Loading…
Add table
Reference in a new issue