Skip to content

Commit 9571b6a

Browse files
committed
Changed default port to 5199
1 parent e99ebb6 commit 9571b6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rperf"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "validates network throughput capacity and reliability"
55
authors = ["Neil Tallim <[email protected]>"]
66
edition = "2018"

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fn main() {
4242
.long("port")
4343
.short("p")
4444
.required(false)
45-
.default_value("5201")
45+
.default_value("5199")
4646
)
4747

4848
.arg(

0 commit comments

Comments
 (0)