commit 9f8ed10416d0b2cc3aa3a46d7b9b5ba4794f6285 Author: David Fifield david@bamsoftware.com Date: Fri Apr 27 00:50:54 2012 -0700
Use the WebSocket port on the relay in switching experiment. --- experiments/switching/remote-tor-alternating.sh | 2 +- experiments/switching/remote-tor-constant.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/experiments/switching/remote-tor-alternating.sh b/experiments/switching/remote-tor-alternating.sh index 0ab4511..2dd5787 100755 --- a/experiments/switching/remote-tor-alternating.sh +++ b/experiments/switching/remote-tor-alternating.sh @@ -33,7 +33,7 @@ echo "Start web server." PIDS_TO_KILL+=($!)
echo "Start facilitator." -"$FLASHPROXY_DIR"/facilitator.py -d --relay tor1.bamsoftware.com >/dev/null & +"$FLASHPROXY_DIR"/facilitator.py -d --relay tor1.bamsoftware.com:9901 >/dev/null & PIDS_TO_KILL+=($!) visible_sleep 5
diff --git a/experiments/switching/remote-tor-constant.sh b/experiments/switching/remote-tor-constant.sh index 0b16fec..dccf152 100755 --- a/experiments/switching/remote-tor-constant.sh +++ b/experiments/switching/remote-tor-constant.sh @@ -32,7 +32,7 @@ echo "Start web server." PIDS_TO_KILL+=($!)
echo "Start facilitator." -"$FLASHPROXY_DIR"/facilitator.py -d --relay tor1.bamsoftware.com >/dev/null & +"$FLASHPROXY_DIR"/facilitator.py -d --relay tor1.bamsoftware.com:9901 >/dev/null & PIDS_TO_KILL+=($!) visible_sleep 5
tor-commits@lists.torproject.org