Searched defs:iperf_test (Results 1 – 1 of 1) sorted by relevance
244 struct iperf_test struct246 char role; /* 'c' lient or 's' erver */247 enum iperf_mode mode;248 int sender_has_retransmits;249 int other_side_has_retransmits; /* used if mode == BIDIRECTIONAL */250 struct protocol *protocol;251 signed char state;252 char *server_hostname; /* -c option */253 char *tmp_template;254 char *bind_address; /* first -B option */[all …]