Lines Matching defs:tcp_rr_request_struct
295 struct tcp_rr_request_struct { struct
296 int recv_buf_size; /* how big does the client want it */
297 int send_buf_size;
298 int recv_alignment;
299 int recv_offset;
300 int send_alignment;
301 int send_offset;
302 int request_size;
303 int response_size;
304 int no_delay;
305 int measure_cpu; /* does the client want server cpu */
306 float cpu_rate; /* do we know how fast the cpu is? */
307 int test_length; /* how long is the test? */
308 int so_rcvavoid; /* do we want the remote to avoid receive */
310 int so_sndavoid; /* do we want the remote to avoid send copies? */
311 int port; /* the port to which the recv side should bind
314 int ipfamily;