Wijk
Wijnand
Wijngaards
-wil
wildcarded
Willcott
windr
GssContextType d_type{GSS_CONTEXT_NONE};
gss_ctx_id_t d_ctx{GSS_C_NO_CONTEXT};
gss_name_t d_peer_name{GSS_C_NO_NAME};
- time_t d_expires{time(nullptr) + 60}; // partly initialized wil be cleaned up
+ time_t d_expires{time(nullptr) + 60}; // partly initialized will be cleaned up
enum
{
The tagged packetcache can e.g. be used to answer queries from cache that have e.g. been filtered for certain IPs (this logic should be implemented in :func:`gettag`).
This ensure that queries are answered quickly compared to setting :attr:`dq.variable <DNSQuestion.variable>` to true.
- In the latter case, repeated queries will not be found in the packetcache and pass through the entire resolving process, and all relevant Lua hooks wil be called.
+ In the latter case, repeated queries will not be found in the packetcache and pass through the entire resolving process, and all relevant Lua hooks will be called.
:param ComboAddress remote: The sender's IP address
:param Netmask ednssubnet: The EDNS Client subnet that was extracted from the packet
if (t_protobufServers.servers) {
// Max size is 64k, but we're conservative here, as other fields are added after the answers have been added
- // If a single answer causes a too big protobuf message, it wil be dropped by queueData()
+ // If a single answer causes a too big protobuf message, it will be dropped by queueData()
// But note addRR has code to prevent that
if (pbMessage.size() < std::numeric_limits<uint16_t>::max() / 2) {
pbMessage.addRR(record, luaconfsLocal->protobufExportConfig.exportTypes, udr);
```
Which parses YAML and produces a struct with all the settings.
-Settings that are not mentioned in the YAML string wil have their default value.
+Settings that are not mentioned in the YAML string will have their default value.
`rust/lib.rs.h` contains the corresponding C++ prototype, defined in the `pdns::rust::settings::rec` namespace:
for a name counts as 1. If a zone publishes more than this number of
NS records, the limit is further reduced for that zone by lowering
it by the number of NS records found above the
-:ref:`setting-max-ns-address-qperq` value. The limit wil not be reduced to a
+:ref:`setting-max-ns-address-qperq` value. The limit will not be reduced to a
number lower than 5.
''',
'versionadded' : ['4.1.16', '4.2.2', '4.3.1']