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