Lines Matching defs:sdp_rr_response_struct
88 struct sdp_rr_response_struct { struct
89 int recv_buf_size; /* how big does the client want it */
90 int no_delay;
91 int measure_cpu; /* does the client want server cpu */
92 int test_length; /* how long is the test? */
93 int send_buf_size;
94 int data_port_number; /* connect to me here */
95 float cpu_rate; /* could we measure */
96 int so_rcvavoid; /* could the remote avoid receive copies? */
97 int so_sndavoid; /* could the remote avoid send copies? */
98 int non_blocking; /* run the test in non-blocking mode */