diff options
Diffstat (limited to 'scripts/run_demo_client.sh')
-rwxr-xr-x | scripts/run_demo_client.sh | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/scripts/run_demo_client.sh b/scripts/run_demo_client.sh index c124d5d..09fafeb 100755 --- a/scripts/run_demo_client.sh +++ b/scripts/run_demo_client.sh @@ -1,7 +1,8 @@ #!/bin/bash -# Try to run run_demo.sh first and then this script, then use Ctrl-C to -# terminate the proposing replica (e.g. replica 0). Leader rotation will be -# scheduled. Try to kill and run this script again, new commands should still -# get through (be replicated) once the new leader becomes stable. +# Try to run the replicas as in run_demo.sh first and then run_demo_client.sh. +# Use Ctrl-C to terminate the proposing replica (e.g. replica 0). Leader +# rotation will be scheduled. Try to kill and run run_demo_client.sh again, new +# commands should still get through (be replicated) once the new leader becomes +# stable. ./examples/hotstuff-client --idx 0 --iter -1 --max-async 4 |