Lines Matching defs:tcp_cc_request_struct
344 struct tcp_cc_request_struct { struct
345 int recv_buf_size; /* how big does the client want it */
346 int send_buf_size;
347 int recv_alignment;
348 int recv_offset;
349 int send_alignment;
350 int send_offset;
351 int request_size;
352 int response_size;
353 int no_delay;
354 int measure_cpu; /* does the client want server cpu */
355 float cpu_rate; /* do we know how fast the cpu is? */
356 int test_length; /* how long is the test? */
357 int so_rcvavoid; /* do we want the remote to avoid receive */
359 int so_sndavoid; /* do we want the remote to avoid send copies? */
360 int port; /* the port to which the recv side should bind
363 int ipfamily;