diff options
| author | Yuval Adam <_@yuv.al> | 2022-05-12 19:59:24 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-05-12 19:59:24 +0300 |
| commit | fc453b7413fdb598791d30e88e6c7b7571b34693 (patch) | |
| tree | e8707f55c416f05ade74084336b0e33e689eaa92 /README.md | |
| parent | 575be108fbb544c2fc73bbec8ab8c31822dcf1d7 (diff) | |
Implement basic ping with timing
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1 +1,10 @@ -# Multiping
\ No newline at end of file +# Multiping + +## Usage + +Since multiping uses raw ICMP socks it has to be run with elevated privileges: + +```bash +$ cargo build +$ sudo ./target/debug/multiping +``` |
