Searched defs:dg_stream_request_struct (Results 1 – 1 of 1) sorted by relevance
103 struct dg_stream_request_struct { struct104 int recv_buf_size;105 int message_size;106 int recv_alignment;107 int recv_offset;108 int measure_cpu;109 float cpu_rate;110 int test_length;111 int so_rcvavoid; /* do we want the remote to avoid receive copies? */112 int so_sndavoid; /* do we want the remote to avoid send copies? */[all …]