Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_server2.c667 int cache_timeout; /* expiration delay of session cache entries*/ member
1745 opt.cache_timeout = DFL_CACHE_TIMEOUT; in main()
2206 opt.cache_timeout = atoi(q); in main()
2207 if (opt.cache_timeout < 0) { in main()
2943 if (opt.cache_timeout != -1) { in main()
2944 mbedtls_ssl_cache_set_timeout(&cache, opt.cache_timeout); in main()