Lines Matching defs:tcp_cc_request_struct
519 struct tcp_cc_request_struct { struct
520 int recv_buf_size; /* how big does the client want it */
521 int send_buf_size;
522 int recv_alignment;
523 int recv_offset;
524 int send_alignment;
525 int send_offset;
526 int request_size;
527 int response_size;
528 int no_delay;
529 int measure_cpu; /* does the client want server cpu */
530 float cpu_rate; /* do we know how fast the cpu is? */
531 int test_length; /* how long is the test? */
532 int so_rcvavoid; /* do we want the remote to avoid receive */
534 int so_sndavoid; /* do we want the remote to avoid send copies? */
535 int port; /* the port to which the recv side should bind
538 int ipfamily;