Searched defs:dlpi_cl_rr_response_struct (Results 1 – 1 of 1) sorted by relevance
174 struct dlpi_cl_rr_response_struct { struct175 int recv_win_size; /* how big does the client want it */176 int send_win_size;177 int no_delay;178 int measure_cpu; /* does the client want server cpu */179 int test_length; /* how long is the test? */180 int data_port_number; /* connect to me here */181 float cpu_rate; /* could we measure */182 int so_rcvavoid; /* could the remote avoid receive copies? */183 int so_sndavoid; /* could the remote avoid send copies? */[all …]