Searched defs:tcp_stream_response_struct (Results 1 – 1 of 1) sorted by relevance
219 struct tcp_stream_response_struct { struct220 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? */[all …]