haproxy/include
Willy Tarreau f1221aa19f [MEDIUM] separated nbconn into feconn and beconn
The nbconn attribute in the proxies was not relevant anymore because
a frontend A may use backend B and both of them must account for their
respective connections. For this reason, there now are two separate
counters for frontend and backend connections.

The stats page has been updated to reflect the backend, but a separate
line entry for the frontend with error counts would be good.

Note that as of now, beconn may be higher than maxconn, because maxconn
applies to the frontend, while beconn may be increased due to sessions
passed from another frontend.
2006-12-17 22:14:12 +01:00
..
common [BUILD] debug.h had a typo. Also add FSM_PRINTF to debug FSM only. 2006-12-16 23:22:58 +01:00
import [MEDIUM] import ip_tproxy.h from cttproxy 2006-11-12 23:50:48 +01:00
proto [MAJOR] reworked ->be, ->fe and ->fi in sessions 2006-12-17 19:31:23 +01:00
types [MEDIUM] separated nbconn into feconn and beconn 2006-12-17 22:14:12 +01:00