Searched defs:iperf_settings (Results 1 – 1 of 1) sorted by relevance
133 struct iperf_settings struct135 int domain; /* AF_INET or AF_INET6 */136 int socket_bufsize; /* window size for TCP */137 int blksize; /* size of read/writes (-l) */138 uint64_t rate; /* target data rate for application pacing*/139 uint64_t fqrate; /* target data rate for FQ pacing*/140 int pacing_timer; /* pacing timer in microseconds */141 int burst; /* packets per burst */142 int mss; /* for TCP MSS */143 int ttl; /* IP TTL option */[all …]