Global state for the subnet module. More...
#include <subnetmod.h>
Data Fields | |
struct slabhash * | subnet_msg_cache |
shared message cache key: struct query_info* data: struct subnet_msg_cache_data* | |
struct ecs_whitelist * | whitelist |
access control, which upstream servers we send client address | |
struct alloc_cache | alloc |
allocation service | |
lock_rw_type | biglock |
size_t | num_msg_cache |
number of messages from cache | |
size_t | num_msg_nocache |
number of messages not from cache | |
Global state for the subnet module.