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