Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/programs/ssl/
Dssl_server2.c391 int cache_timeout; /* expiration delay of session cache entries */ member
934 opt.cache_timeout = DFL_CACHE_TIMEOUT; in main()
1199 opt.cache_timeout = atoi( q ); in main()
1200 if( opt.cache_timeout < 0 ) in main()
1658 if( opt.cache_timeout != -1 ) in main()
1659 mbedtls_ssl_cache_set_timeout( &cache, opt.cache_timeout ); in main()