summaryrefslogtreecommitdiff
path: root/README.md
blob: 4dd5caac10a18aa9b49c282689298b09a64ed94e (plain)
1
2
3
4
5
6
7
8
9
10
# Multiping

## Usage

Since multiping uses raw ICMP socks it has to be run with elevated privileges:

```bash
$ cargo build
$ sudo ./target/debug/multiping
```