haproxy/include
Willy Tarreau d92aa5c44a MINOR: global: report information about the cost of SSL connections
An SSL connection takes some memory when it exists and during handshakes.
We measured up to 16kB for an established endpoint, and up to 76 extra kB
during a handshake. The SSL layer stores these values into the global
struct during initialization. If other SSL libs are used, it's easy to
change these values. Anyway they'll only be used as gross estimates in
order to guess the max number of SSL conns that can be established when
memory is constrained and the limit is not set.
2015-01-15 21:34:39 +01:00
..
common MINOR: global: report information about the cost of SSL connections 2015-01-15 21:34:39 +01:00
import
proto MINOR: channel: rename bi_erase() to channel_truncate() 2015-01-14 20:32:59 +01:00
types MINOR: global: report information about the cost of SSL connections 2015-01-15 21:34:39 +01:00