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:
Eric House 2012-09-11 20:45:03 -07:00
parent 72b4b02c20
commit a6bed2706d

View file

@ -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