Lines Matching defs:omni_request_struct

52 struct  omni_request_struct {  struct
53 int32_t send_buf_size; /* SO_SNDBUF */
54 uint32_t send_size; /* bytes per send() call */
55 uint32_t send_alignment; /* alignment of send buffer */
56 uint32_t send_offset; /* offset from send alignment */
57 uint32_t send_width; /* number of send buffers to use */
58 int32_t request_size; /* size of a request */
60 int32_t recv_buf_size; /* SO_RCVBUF */
61 uint32_t receive_size; /* size of buffers in recv */
62 uint32_t recv_alignment; /* alignment of recv buffer */
63 uint32_t recv_offset; /* offset from recv alignment */
64 uint32_t recv_width; /* number of recv buffers to use */
65 int32_t response_size; /* size of a response */
67 uint32_t flags; /* to convey things that didn't
71 float cpu_rate; /* do we know how fast the cpu is already? */
73 int32_t test_length; /* how long is the test? */
75 uint32_t so_rcvavoid; /* avoid copies on recv? */
76 uint32_t so_sndavoid; /* avoid copies on send? */
77 uint32_t send_dirty_count; /* bytes to dirty before calling send */
78 uint32_t recv_dirty_count; /* bytes to dirty before calling recv */
79 uint32_t recv_clean_count; /* bytes to access before calling recv */
81 uint32_t data_port; /* what port number should netserver use? */
82 uint32_t ipfamily; /* address family of the data connection */
83 uint32_t socket_type; /* dgram? stream? other? */
84 uint32_t protocol; /* the protocol of the data connection */
85 uint32_t direction; /* which way flows the data? */
86 uint32_t netperf_port; /* when netserver needs netperf's data port */
87 uint32_t interval_burst;/* how many things to do each interval */
88 uint32_t interval_usecs;/* how long each interval should be */
89 uint32_t netperf_ip[4]; /* when netserver needs netperf's data IP */
90 uint32_t netserver_ip[4]; /* when netperf tells netserver his IP */
91 int32_t socket_prio; /* what netserver should use for socket prio */
92 int32_t socket_tos; /* what netserver should use for socket tos */
96 char cong_control[16]; /* the requested congestion control alg */
97 char fill_file[32]; /* file from which netserver fills bufs */