dns64_qstate Struct Reference

Per-query module-specific state. More...

Data Fields

enum dns64_state state
 State of the DNS64 module.
 
int started_no_cache_store
 If the dns64 module started with no_cache bool set in the qstate, a message to tell it to not modify the cache contents, then this is true. More...
 

Detailed Description

Per-query module-specific state.

For the DNS64 module.

Field Documentation

◆ started_no_cache_store

int dns64_qstate::started_no_cache_store

If the dns64 module started with no_cache bool set in the qstate, a message to tell it to not modify the cache contents, then this is true.

The dns64 module is then free to modify that flag for its own purposes. Otherwise, it is false, the dns64 module was not told to no_cache

Referenced by dns64_operate().


The documentation for this struct was generated from the following file: