Lines Matching defs:tcp_stream_response_struct
219 struct tcp_stream_response_struct { struct
220 int recv_buf_size; /* how big does the client want it */
221 int receive_size;
222 int no_delay;
223 int measure_cpu; /* does the client want server cpu */
224 int test_length; /* how long is the test? */
225 int send_buf_size;
226 int data_port_number; /* connect to me here */
227 float cpu_rate; /* could we measure */
228 int so_rcvavoid; /* could the remote avoid receive copies? */
229 int so_sndavoid; /* could the remote avoid send copies? */