Searched defs:stream_stream_response_struct (Results 1 – 1 of 1) sorted by relevance
34 struct stream_stream_response_struct { struct35 int recv_buf_size; /* how big does the client want it */36 int send_buf_size;37 int receive_size;38 int so_rcvavoid; /* do we want the remote to avoid receive copies? */39 int so_sndavoid; /* do we want the remote to avoid send copies? */40 int measure_cpu; /* does the client want server cpu */41 int test_length; /* how long is the test? */42 int data_port_number; /* connect to me here */43 float cpu_rate; /* could we measure */[all …]