mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
start UDP at 100% by default since all clients will be that way now
This commit is contained in:
parent
c96861b329
commit
4ed843a529
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ APP_NEW=""
|
|||
DO_CLEAN=""
|
||||
APP_NEW_PARAMS=""
|
||||
NGAMES=""
|
||||
UDP_PCT_START=5
|
||||
UDP_PCT_START=100
|
||||
UDP_PCT_INCR=10
|
||||
UPGRADE_ODDS=""
|
||||
NROOMS=""
|
||||
|
@ -612,7 +612,7 @@ function usage() {
|
|||
echo " [--seed <int>] \\" >&2
|
||||
echo " [--send-chat <interval-in-seconds> \\" >&2
|
||||
echo " [--udp-incr <pct>] \\" >&2
|
||||
echo " [--udp-start <pct>] \\" >&2
|
||||
echo " [--udp-start <pct>] # default: $UDP_PCT_START \\" >&2
|
||||
echo " [--undo-pct <int>] \\" >&2
|
||||
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue