comparison src/event/ngx_event_openssl.h @ 2032:12b3ad3353f9

ssl_session_cache none
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 May 2008 07:14:13 +0000
parents 291689a7e5dc
children f45cec1cd270
comparison
equal deleted inserted replaced
2031:c509e16b70f5 2032:12b3ad3353f9
49 unsigned no_wait_shutdown:1; 49 unsigned no_wait_shutdown:1;
50 unsigned no_send_shutdown:1; 50 unsigned no_send_shutdown:1;
51 } ngx_ssl_connection_t; 51 } ngx_ssl_connection_t;
52 52
53 53
54 #define NGX_SSL_DFLT_BUILTIN_SCACHE -2 54 #define NGX_SSL_NO_SCACHE -2
55 #define NGX_SSL_NO_BUILTIN_SCACHE -3 55 #define NGX_SSL_NONE_SCACHE -3
56 #define NGX_SSL_NO_SCACHE -4 56 #define NGX_SSL_NO_BUILTIN_SCACHE -4
57 #define NGX_SSL_DFLT_BUILTIN_SCACHE -5
57 58
58 59
59 #define NGX_SSL_MAX_SESSION_SIZE 4096 60 #define NGX_SSL_MAX_SESSION_SIZE 4096
60 61
61 typedef struct ngx_ssl_sess_id_s ngx_ssl_sess_id_t; 62 typedef struct ngx_ssl_sess_id_s ngx_ssl_sess_id_t;