libp2p-perf 0.3.0

libp2p perf protocol implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## 0.3.0

- Continuously measure on single connection (iperf-style).
  See https://github.com/libp2p/test-plans/issues/261 for high level overview.
  See [PR 4382]https://github.com/libp2p/rust-libp2p/pull/4382.

## 0.2.0

- Raise MSRV to 1.65.
  See [PR 3715].

[PR 3715]: https://github.com/libp2p/rust-libp2p/pull/3715

## 0.1.0

- Initial release.