]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] don't limit peers nor stats socket to maxconn nor maxconnrate
authorWilly Tarreau <w@1wt.eu>
Wed, 7 Sep 2011 16:00:47 +0000 (18:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Sep 2011 20:47:42 +0000 (22:47 +0200)
commit3c63fd828ac16c8c515481f4aca9fda3262a9f44
tree1c9a578d11bf6ad14f7672afbae3cfe8bb989da0
parent3ae65a16b977f20fc7c5c7df2d7ce05161202733
[MEDIUM] don't limit peers nor stats socket to maxconn nor maxconnrate

The peers and the stats socket are control sockets, they must not be
limited by traffic rules.
include/types/protocols.h
src/cfgparse.c
src/dumpstats.c
src/haproxy.c
src/peers.c
src/session.c
src/stream_sock.c