]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] unix sockets : inherits the backlog size from the listener
authorCyril Bonté <cyril.bonte@free.fr>
Sun, 14 Nov 2010 16:03:18 +0000 (17:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 14 Nov 2010 16:21:31 +0000 (17:21 +0100)
commite4cbbe2a0eb8a2af0f74bdbbf927cfe89c01b91d
tree2bafe63c005cee90a46c9d8b69a18c63364574d3
parent48d84c10b5552470e171d4146bfe82c2209d0a50
[MINOR] unix sockets : inherits the backlog size from the listener

Since unix sockets are supported for bind, the default backlog size was not
enough to accept the traffic. The size is now inherited from the listener
to behave like the tcp listeners.

This also affects the "stats socket" backlog, which is now determined by
"stats maxconn".
src/proto_uxst.c