]> git.kaiwu.me - haproxy.git/commit
[OPTIM] introduce global parameter "tune.maxaccept"
authorWilly Tarreau <w@1wt.eu>
Sun, 6 Jan 2008 10:22:57 +0000 (11:22 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 20 Jan 2008 22:43:15 +0000 (23:43 +0100)
commit544c4cca695d97c593d11ef9abc89cc0d5a7c1c8
tree5643e70747d2c7b42aee22f51a75b32614bb5275
parent41f6aa77c5582d0c4acd5af753a613ca022b2c2f
[OPTIM] introduce global parameter "tune.maxaccept"

This new parameter makes it possible to override the default
number of consecutive incoming connections which can be
accepted on a socket. By default it is not limited on single
process mode, and limited to 8 in multi-process mode.
doc/configuration.txt
include/types/global.h
src/cfgparse.c
src/client.c
src/haproxy.c