Searched defs:tcp_maerts_request_struct (Results 1 – 1 of 1) sorted by relevance
244 struct tcp_maerts_request_struct { struct245 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 send250 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? */[all …]