Changeset 2d454a2 in mod_gnutls
- Timestamp:
- May 7, 2018, 12:47:32 PM (3 years ago)
- Branches:
- asyncio, debian/master, master, proxy-ticket
- Children:
- 13870b7
- Parents:
- 72377cf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_cache.c
r72377cf r2d454a2 38 38 /** Default session cache timeout */ 39 39 #define MGS_DEFAULT_CACHE_TIMEOUT 300 40 41 /** Session cache name */ 42 #define MGS_SESSION_CACHE_NAME "gnutls_session" 40 43 41 44 /** Maximum length of the hex string representation of a GnuTLS … … 437 440 sc->cache_timeout = apr_time_from_sec(MGS_DEFAULT_CACHE_TIMEOUT); 438 441 439 rv = mgs_cache_inst_init(sc->cache, "mod_gnutls-session",442 rv = mgs_cache_inst_init(sc->cache, MGS_SESSION_CACHE_NAME, 440 443 MGS_CACHE_MUTEX_NAME, s, pconf); 441 444 if (rv != APR_SUCCESS)
Note: See TracChangeset
for help on using the changeset viewer.