Lines Matching defs:iperf_settings
135 struct iperf_settings struct
137 int domain; /* AF_INET or AF_INET6 */
138 int socket_bufsize; /* window size for TCP */
139 int blksize; /* size of read/writes (-l) */
140 iperf_size_t rate; /* target data rate for application pacing*/
141 iperf_size_t bitrate_limit; /* server's maximum allowed total data rate for all streams*/
142 double bitrate_limit_interval; /* interval for avaraging total data rate */
143 …imit_stats_per_interval; /* calculated number of stats periods for averaging total data rate */
144 uint64_t fqrate; /* target data rate for FQ pacing*/
145 int pacing_timer; /* pacing timer in microseconds */
146 int burst; /* packets per burst */
147 int mss; /* for TCP MSS */
148 int ttl; /* IP TTL option */
149 int tos; /* type of service bit */
150 int flowlabel; /* IPv6 flow label */
151 iperf_size_t bytes; /* number of bytes to send */
152 iperf_size_t blocks; /* number of blocks (packets) to send */
153 char unit_format; /* -f */
154 int num_ostreams; /* SCTP initmsg settings */
178 struct iperf_settings *settings; /* pointer to structure settings */ argument