Lines Matching defs:sdp_rr_request_struct
66 struct sdp_rr_request_struct { struct
67 int recv_buf_size; /* how big does the client want it */
68 int send_buf_size;
69 int recv_alignment;
70 int recv_offset;
71 int send_alignment;
72 int send_offset;
73 int request_size;
74 int response_size;
75 int no_delay;
76 int measure_cpu; /* does the client want server cpu */
77 float cpu_rate; /* do we know how fast the cpu is? */
78 int test_length; /* how long is the test? */
79 int so_rcvavoid; /* do we want the remote to avoid receive */
81 int so_sndavoid; /* do we want the remote to avoid send copies? */
82 int port; /* the to port to which recv side should bind
84 int ipfamily; /* address family of ipaddress */
85 int non_blocking; /* run the test in non-blocking mode */