We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d6c6b commit c765a32Copy full SHA for c765a32
include/haproxy/global-t.h
@@ -163,7 +163,7 @@ struct global {
163
struct {
164
int maxpollevents; /* max number of poll events at once */
165
int maxaccept; /* max number of consecutive accept() */
166
- int options; /* various tuning options */
+ uint64_t options; /* various tuning options */
167
int runqueue_depth;/* max number of tasks to run at once */
168
int recv_enough; /* how many input bytes at once are "enough" */
169
int bufsize; /* buffer size in bytes, defaults to BUFSIZE */
0 commit comments