Searched defs:tcp_stream_response_struct (Results 1 – 1 of 1) sorted by relevance
46 struct tcp_stream_response_struct { struct47 int recv_buf_size; /* how big does the client want it */48 int receive_size;49 int no_delay;50 int measure_cpu; /* does the client want server cpu */51 int test_length; /* how long is the test? */52 int send_buf_size;53 int data_port_number; /* connect to me here */54 float cpu_rate; /* could we measure */55 int so_rcvavoid; /* could the remote avoid receive copies? */ [all …]