Searched defs:udp_rr_response_struct (Results 1 – 1 of 1) sorted by relevance
321 struct udp_rr_response_struct { struct322 int recv_buf_size; /* how big does the client want it */323 int no_delay;324 int measure_cpu; /* does the client want server cpu */325 int test_length; /* how long is the test? */326 int send_buf_size;327 int data_port_number; /* connect to me here */328 float cpu_rate; /* could we measure */329 int so_rcvavoid; /* could the remote avoid receive copies? */330 int so_sndavoid; /* could the remote avoid send copies? */