Lines Matching defs:sdp_stream_response_struct
42 struct sdp_stream_response_struct { struct
43 int recv_buf_size; /* how big does the client want it */
44 int receive_size;
45 int no_delay;
46 int measure_cpu; /* does the client want server cpu */
47 int test_length; /* how long is the test? */
48 int send_buf_size;
49 int data_port_number; /* connect to me here */
50 float cpu_rate; /* could we measure */
51 int so_rcvavoid; /* could the remote avoid receive copies? */
52 int so_sndavoid; /* could the remote avoid send copies? */
53 int non_blocking; /* run the test in non-blocking mode */