Tool to partition network and induce packet drops/delays (#6933)

* Tool to partition network and induce packet drops/delays

* clippy fixes

* review comments
This commit is contained in:
Pankaj Garg
2019-11-13 13:59:55 -08:00
committed by GitHub
parent e2fb9ac829
commit 5f38fa379c
5 changed files with 439 additions and 15 deletions

View File

@ -1,7 +1,7 @@
[package]
authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-network-tool"
name = "solana-log-analyzer"
description = "The solana cluster network analysis tool"
version = "0.1.0"
repository = "https://github.com/solana-labs/solana"