Lines Matching defs:iperf_settings
142 struct iperf_settings struct
144 int domain; /* AF_INET or AF_INET6 */
145 int socket_bufsize; /* window size for TCP */
146 int blksize; /* size of read/writes (-l) */
147 iperf_size_t rate; /* target data rate for application pacing*/
148 iperf_size_t bitrate_limit; /* server's maximum allowed total data rate for all streams*/
149 double bitrate_limit_interval; /* interval for averaging total data rate */
150 …imit_stats_per_interval; /* calculated number of stats periods for averaging total data rate */
151 uint64_t fqrate; /* target data rate for FQ pacing*/
152 int pacing_timer; /* pacing timer in microseconds */
153 int burst; /* packets per burst */
154 int mss; /* for TCP MSS */
155 int ttl; /* IP TTL option */
156 int tos; /* type of service bit */
157 int flowlabel; /* IPv6 flow label */
158 iperf_size_t bytes; /* number of bytes to send */
159 iperf_size_t blocks; /* number of blocks (packets) to send */
160 char unit_format; /* -f */
161 int num_ostreams; /* SCTP initmsg settings */
162 int dont_fragment; /* Whether to set IP flag Do-Not_Fragment */
164 char *authtoken; /* Authentication token */
165 char *client_username;
189 struct iperf_settings *settings; /* pointer to structure settings */ argument