massping 0.2.0

ICMP ping library for sending batches of ICMP echo request packets and measuring the roundtrip time
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# massping

[![crates.io](https://img.shields.io/crates/v/massping.svg)](https://crates.io/crates/massping)
[![Documentation](https://docs.rs/massping/badge.svg)](https://docs.rs/massping)
[![dependency status](https://deps.rs/crate/massping/0.2.0/status.svg)](https://deps.rs/crate/massping/0.2.0)
[![Rustc Version 1.56.0+](https://img.shields.io/badge/rustc-1.56.0+-lightgray.svg)](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html)
[![CI](https://github.com/M4SS-Code/massping/actions/workflows/ci.yml/badge.svg)](https://github.com/M4SS-Code/massping/actions/workflows/ci.yml)

A simplified version of [fastping-rs](https://github.com/bparli/fastping-rs)
without some of its [issues](https://github.com/bparli/fastping-rs/issues/25).

Depends on the tokio 1 runtime.

Tested on: Linux

As with the original version, this one also requires to create raw sockets,
so the permission must either be explicitly set
(`sudo setcap cap_net_raw=eip /path/to/binary` for example) or be run as root.