mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-09 08:37:04 +02:00
CLEANUP: listener: add a comment about what the BC_SSL_O_* flags are for
They're for ->ssl_options but it wasn't obvious.
This commit is contained in:
parent
55f0f7bb54
commit
fca044bda5
@ -113,6 +113,7 @@ enum li_status {
|
|||||||
* maxconn setting to the global.maxsock value so that its resources are reserved.
|
* maxconn setting to the global.maxsock value so that its resources are reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* flags used with bind_conf->ssl_options */
|
||||||
#ifdef USE_OPENSSL
|
#ifdef USE_OPENSSL
|
||||||
#define BC_SSL_O_NONE 0x0000
|
#define BC_SSL_O_NONE 0x0000
|
||||||
#define BC_SSL_O_NO_TLS_TICKETS 0x0100 /* disable session resumption tickets */
|
#define BC_SSL_O_NO_TLS_TICKETS 0x0100 /* disable session resumption tickets */
|
||||||
|
Loading…
Reference in New Issue
Block a user