Quick fixes
This commit is contained in:
parent
c322c9acff
commit
ba8dcc53ab
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
||||||
tor -f /etc/torrc &
|
tor -f /etc/torrc &
|
||||||
sleep 2
|
sleep 2
|
||||||
mkdir -p ./shared
|
mkdir -p ./shared
|
||||||
donar -a naive -c ./shared/onion_services.pub -r 9000 &
|
donar -a naive -c -o ./shared/onion_services.pub -r 9000 &
|
||||||
measlat -h 127.13.3.7 -p 9000 # Used to wait for connections
|
measlat -h 127.13.3.7 -p 9000 # Used to wait for connections
|
||||||
measlat -h 127.13.3.7 -p 9000 -c $1 -i $2 -s $3 > `mktemp -p ./res res-XXXXXXXXXXXXXXXX.txt`
|
measlat -h 127.13.3.7 -p 9000 -c $1 -i $2 -s $3 > `mktemp -p ./res res-XXXXXXXXXXXXXXXX.txt`
|
||||||
|
|
Loading…
Reference in a new issue