Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/programs/ssl/
Dssl_server2.c390 int cache_max; /* max number of session cache entries */ member
933 opt.cache_max = DFL_CACHE_MAX; in main()
1193 opt.cache_max = atoi( q ); in main()
1194 if( opt.cache_max < 0 ) in main()
1655 if( opt.cache_max != -1 ) in main()
1656 mbedtls_ssl_cache_set_max_entries( &cache, opt.cache_max ); in main()