Lines Matching defs:sdp_stream_request_struct
14 struct sdp_stream_request_struct { struct
15 int send_buf_size;
16 int recv_buf_size; /* how big does the client want it - the */
18 int receive_size; /* how many bytes do we want to receive at one */
20 int recv_alignment; /* what is the alignment of the receive */
22 int recv_offset; /* and at what offset from that alignment? */
23 int no_delay; /* do we disable the nagle algorithm for send */
25 int measure_cpu; /* does the client want server cpu utilization */
27 float cpu_rate; /* do we know how fast the cpu is already? */
28 int test_length; /* how long is the test? */
29 int so_rcvavoid; /* do we want the remote to avoid copies on */
31 int so_sndavoid; /* do we want the remote to avoid send copies? */
32 int dirty_count; /* how many integers in the receive buffer */
34 int clean_count; /* how many integers should be read from the */
36 int port; /* the to port to which recv side should bind
38 int ipfamily; /* address family of ipaddress */
39 int non_blocking; /* run the test in non-blocking mode */