Searched defs:sctp_rr_response_struct (Results 1 – 1 of 1) sorted by relevance
83 struct sctp_rr_response_struct { struct84 int recv_buf_size; /* how big does the client want it */85 int no_delay;86 int measure_cpu; /* does the client want server cpu */87 int test_length; /* how long is the test? */88 int send_buf_size;89 int data_port_number; /* connect to me here */90 float cpu_rate; /* could we measure */91 int so_rcvavoid; /* could the remote avoid receive copies? */92 int so_sndavoid; /* could the remote avoid send copies? */[all …]