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