From 4ed843a5294056870e11a51bc6f04fd6eec6e336 Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 29 Dec 2015 19:01:15 -0800 Subject: [PATCH] start UDP at 100% by default since all clients will be that way now --- xwords4/linux/scripts/discon_ok2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xwords4/linux/scripts/discon_ok2.sh b/xwords4/linux/scripts/discon_ok2.sh index 249f47cdd..19d914e7c 100755 --- a/xwords4/linux/scripts/discon_ok2.sh +++ b/xwords4/linux/scripts/discon_ok2.sh @@ -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 ] \\" >&2 echo " [--send-chat \\" >&2 echo " [--udp-incr ] \\" >&2 - echo " [--udp-start ] \\" >&2 + echo " [--udp-start ] # default: $UDP_PCT_START \\" >&2 echo " [--undo-pct ] \\" >&2 exit 1