Home
last modified time | relevance | path

Searched refs:cache_timeout (Results 1 – 1 of 1) sorted by relevance

/mbedtls-latest/programs/ssl/
Dssl_server2.c667 int cache_timeout; /* expiration delay of session cache entries*/ member
1754 opt.cache_timeout = DFL_CACHE_TIMEOUT; in main()
2215 opt.cache_timeout = atoi(q); in main()
2216 if (opt.cache_timeout < 0) { in main()
2952 if (opt.cache_timeout != -1) { in main()
2953 mbedtls_ssl_cache_set_timeout(&cache, opt.cache_timeout); in main()