1
1

Comment fix: Fix the option associated with iperf_test.bind_port.

No functional change.
Этот коммит содержится в:
Bruce A. Mah 2014-09-15 14:30:33 -07:00
родитель 517321138a
Коммит ac468c8bc0

Просмотреть файл

@ -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) */