Home
last modified time | relevance | path

Searched defs:iperf_settings (Results 1 – 1 of 1) sorted by relevance

/external/iperf3/src/
Diperf.h133 struct iperf_settings struct
135 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 …]