Skip to content

Commit fd89201

Browse files
committed
Added note about send/receive disagreement to --omit
1 parent e86fcf0 commit fd89201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ fn main() {
186186
)
187187
.arg(
188188
Arg::with_name("omit")
189-
.help("omit a number of seconds from the start of calculations, primarily to avoid including TCP ramp-up in averages")
189+
.help("omit a number of seconds from the start of calculations, primarily to avoid including TCP ramp-up in averages; using this option may result in disagreement between bytes sent and received, since data can be in-flight across time-boundaries")
190190
.takes_value(true)
191191
.long("omit")
192192
.short("O")

0 commit comments

Comments
 (0)