We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99ebb6 commit 9571b6aCopy full SHA for 9571b6a
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rperf"
3
-version = "0.1.3"
+version = "0.1.4"
4
description = "validates network throughput capacity and reliability"
5
authors = ["Neil Tallim <[email protected]>"]
6
edition = "2018"
src/main.rs
@@ -42,7 +42,7 @@ fn main() {
42
.long("port")
43
.short("p")
44
.required(false)
45
- .default_value("5201")
+ .default_value("5199")
46
)
47
48
.arg(
0 commit comments