Searched defs:tcp_maerts_response_struct (Results 1 – 1 of 1) sorted by relevance
272 struct tcp_maerts_response_struct { struct273 int recv_buf_size; /* how big does the client want it */274 int send_size;275 int no_delay;276 int measure_cpu; /* does the client want server cpu */277 int test_length; /* how long is the test? */278 int send_buf_size;279 int data_port_number; /* connect to me here */280 float cpu_rate; /* could we measure */281 int so_rcvavoid; /* could the remote avoid receive copies? */[all …]