mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
include, commented out, the parameter that makes things fall apart. I
think the protocol needs work to survive devices failing to save state. Better to work on making sure they always save.
This commit is contained in:
parent
72b4b02c20
commit
a6bed2706d
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ build_cmds() {
|
|||
PARAMS="$PARAMS --game-dict $DICT --port $PORT --host $HOST "
|
||||
PARAMS="$PARAMS --file $FILE --slow-robot 1:3 --skip-confirm"
|
||||
PARAMS="$PARAMS --drop-nth-packet $DROP_N $PLAT_PARMS"
|
||||
# PARAMS="$PARAMS --savefail-pct 10"
|
||||
[ -n "$SEED" ] && PARAMS="$PARAMS --seed $RANDOM"
|
||||
PARAMS="$PARAMS $PUBLIC"
|
||||
ARGS[$COUNTER]=$PARAMS
|
||||
|
|
Loading…
Reference in a new issue