mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 11:52:51 +02:00
Let's encapsulate the code, which calculates global.maxconn and global.maxsslconn into a dedicated function set_global_maxconn() and let's move this function in limits.c. In limits.c we keep helpers to calculate and check haproxy internal limits, based on the system nofile and memory limits.