Searched defs:stream_stream_request_struct (Results 1 – 1 of 1) sorted by relevance
8 struct stream_stream_request_struct { struct9 int recv_buf_size;10 int send_buf_size;11 int receive_size; /* how many bytes do we want to */13 int recv_alignment; /* what is the alignment of the */15 int recv_offset; /* and at what offset from that */17 int so_rcvavoid; /* do we want the remote to avoid receive copies? */18 int so_sndavoid; /* do we want the remote to avoid send copies? */19 int measure_cpu; /* does the client want server cpu */21 float cpu_rate; /* do we know how fast the cpu is */[all …]