Searched defs:xti_tcp_stream_request_struct (Results 1 – 1 of 1) sorted by relevance
8 struct xti_tcp_stream_request_struct { struct9 int send_buf_size;10 int recv_buf_size; /* how big does the client want it - the */12 int receive_size; /* how many bytes do we want to receive at one */14 int recv_alignment; /* what is the alignment of the receive */16 int recv_offset; /* and at what offset from that alignment? */ 17 int no_delay; /* do we disable the nagle algorithm for send */19 int measure_cpu; /* does the client want server cpu utilization */21 float cpu_rate; /* do we know how fast the cpu is already? */ 22 int test_length; /* how long is the test? */[all …]