Lines Matching defs:tcp_maerts_request_struct
244 struct tcp_maerts_request_struct { struct
245 int send_buf_size;
246 int recv_buf_size; /* how big does the client want it - the */
248 int send_size; /* how many bytes do we want netserver to send
250 int send_alignment; /* what is the alignment of the send */
252 int send_offset; /* and at what offset from that alignment? */
253 int no_delay; /* do we disable the nagle algorithm for send */
255 int measure_cpu; /* does the client want server cpu utilization */
257 float cpu_rate; /* do we know how fast the cpu is already? */
258 int test_length; /* how long is the test? */
259 int so_rcvavoid; /* do we want the remote to avoid copies on */
261 int so_sndavoid; /* do we want the remote to avoid send copies? */
262 int dirty_count; /* how many integers in the send buffer */
264 int clean_count; /* how many integers should be read from the */
266 int port; /* the port to which the recv side should bind
269 int ipfamily;