From 9393606f5bc0e7e1327b5169448e3455ba4ed9ef Mon Sep 17 00:00:00 2001 From: Jef Poskanzer Date: Sun, 3 Nov 2013 14:22:37 -0800 Subject: [PATCH] Changed -O default from 1 to 0. --- src/iperf.h | 2 +- src/iperf3.1 | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/iperf.h b/src/iperf.h index 9639eda..6e05904 100644 --- a/src/iperf.h +++ b/src/iperf.h @@ -209,7 +209,7 @@ struct iperf_test #define uS_TO_NS 1000 #define SEC_TO_US 1000000LL #define UDP_RATE (1024 * 1024) /* 1 Mbps */ -#define OMIT 1 /* seconds */ +#define OMIT 0 /* seconds */ #define DURATION 10 /* seconds */ #define SEC_TO_NS 1000000000LL /* too big for enum/const on some platforms */ diff --git a/src/iperf3.1 b/src/iperf3.1 index adcc9ec..2ba1559 100644 --- a/src/iperf3.1 +++ b/src/iperf3.1 @@ -116,7 +116,6 @@ instead of the usual write(2). .BR -O ", " --omit " \fIn\fR" Omit the first n seconds of the test, to skip past the TCP slow-start period. -The default is 1 second; to not omit anything, use "-O 0". .SH AUTHORS Iperf was originally written by Mark Gates and Alex Warshavsky.