aboutsummaryrefslogtreecommitdiff
path: root/src/iperf.h
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2014-09-15 14:30:33 -0700
committerBruce A. Mah <bmah@es.net>2014-09-15 14:30:33 -0700
commitac468c8bc0445dd6f3ba46ee2c92bc9e9728b70a (patch)
tree5633194fc79d77999a11348c07b2ca86d4e5efbf /src/iperf.h
parent517321138a3f091713550af17f1556360e3843c7 (diff)
downloadiperf3-ac468c8bc0445dd6f3ba46ee2c92bc9e9728b70a.tar.gz
Comment fix: Fix the option associated with iperf_test.bind_port.
No functional change.
Diffstat (limited to 'src/iperf.h')
-rw-r--r--src/iperf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iperf.h b/src/iperf.h
index 983070d..4cfab50 100644
--- a/src/iperf.h
+++ b/src/iperf.h
@@ -172,7 +172,7 @@ struct iperf_test
signed char state;
char *server_hostname; /* -c option */
char *bind_address; /* -B option */
- int bind_port; /* -e option */
+ int bind_port; /* --cport option */
int server_port;
int omit; /* duration of omit period (-O flag) */
int duration; /* total duration of test (-t flag) */