Searched defs:tcp_maerts_request_struct (Results 1 – 1 of 1) sorted by relevance
69 struct tcp_maerts_request_struct { struct70 int send_buf_size;71 int recv_buf_size; /* how big does the client want it - the */73 int send_size; /* how many bytes do we want netserver to send75 int send_alignment; /* what is the alignment of the send */77 int send_offset; /* and at what offset from that alignment? */ 78 int no_delay; /* do we disable the nagle algorithm for send */80 int measure_cpu; /* does the client want server cpu utilization */82 float cpu_rate; /* do we know how fast the cpu is already? */ 83 int test_length; /* how long is the test? */[all …]