Skip to content
Snippets Groups Projects
Commit 718678de authored by Karel Slaný's avatar Karel Slaný Committed by Ondřej Surý
Browse files

Tied LRU_COOKIES_SIZE to LRU_RTT_SIZE.

parent 4b658f7f
No related branches found
No related tags found
1 merge request!38DNS Cookies
......@@ -24,7 +24,7 @@
#define LRU_REP_SIZE (LRU_RTT_SIZE / 4) /**< NS reputation cache size */
#endif
#ifndef LRU_COOKIES_SIZE
#define LRU_COOKIES_SIZE 65536 /**< DNS cookies cache size. */
#define LRU_COOKIES_SIZE LRU_RTT_SIZE /**< DNS cookies cache size. */
#endif
#ifndef MP_FREELIST_SIZE
#define MP_FREELIST_SIZE 64 /**< Maximum length of the worker mempool freelist */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment