diff options
author | Determinant <[email protected]> | 2018-07-18 20:15:28 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2018-07-18 20:15:28 -0400 |
commit | 70ab6576db5e49f7b2a38ea955e75328a6376812 (patch) | |
tree | f809f33c8fca2ce09c99cbb8af158f3819f34490 /run_client.sh | |
parent | 960e06035636693b902d8523f1e50cafa1d62233 (diff) |
improve network impl
Diffstat (limited to 'run_client.sh')
-rwxr-xr-x | run_client.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_client.sh b/run_client.sh index 0efc198..93a9148 100755 --- a/run_client.sh +++ b/run_client.sh @@ -1,2 +1,2 @@ #!/bin/bash -./hotstuff-client --idx 0 --ntx -1 +./hotstuff-client --idx 0 --iter -1 --max-async 3 |