Searched defs:tcp_tran_rr_response_struct (Results 1 – 1 of 1) sorted by relevance
234 struct tcp_tran_rr_response_struct { struct235 int recv_buf_size; /* how big does the client want it */236 int no_delay;237 int measure_cpu; /* does the client want server cpu */238 int test_length; /* how long is the test? */239 int send_buf_size;240 int data_port_number; /* connect to me here */241 float cpu_rate; /* could we measure */242 int so_rcvavoid; /* could the remote avoid receive copies? */243 int so_sndavoid; /* could the remote avoid send copies? */