- Nov 16, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
this module allows to rewrite address ranges in answers to different address ranges specified in configuration
-
- Nov 15, 2015
-
-
Marek Vavruša authored
this allows daemon to try other NSs for fast retransmit if the best chosen NS doesn’t respond within time limit
-
Marek Vavruša authored
-
Marek Vavruša authored
instead of single I/O request per step, the daemon now retries all addresses in the selection with 300ms timeout between tries. there are len(list) + len(list)/2 tries the idea is to reduce latency when UDP request doesn't punch through, or some NSs are overwhelmed/faulty
-
- Nov 13, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
RRs may be touched after resolution completion, this copies RR from temporary per-recv buffer to answer, which is persistent for the whole duration of request
-
Marek Vavruša authored
-
Marek Vavruša authored
if the library or daemon is compiled with address sanitizer, objects in freelists are poisoned to detect use-after-recycle errors it is not currently used in the library, as there are no freelists
-
Marek Vavruša authored
-
- Nov 12, 2015
-
-
Marek Vavruša authored
refs #33
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Nov 05, 2015
-
-
Marek Vavruša authored
-
- Nov 03, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
refs #16
-
Marek Vavruša authored
-
- Oct 29, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
- Oct 28, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
this is Unbound's 'forward-zone' on steroids
-
Marek Vavruša authored
the library is able to resolve query in stub mode (no referral chasing, zone cut lookup) if asked to validator turns off for stub queries, validating stub is NYI
-
Marek Vavruša authored
-
Marek Vavruša authored
thanks to Pieter Lexis and Peter van Dijk from PowerDNS for discovering this.
-
Marek Vavruša authored
-
Marek Vavruša authored
the RFC4035 M < S < N stands if the S isn’t after the last name in the zone, this is indicated by M > N, proving that the next of the last name is the first name; if the S is after M, then it proves it’s non-existence thanks to Pieter Lexis and Peter van Dijk from PowerDNS for discovering this!
-
Marek Vavruša authored
resolved() returns true if current query is resolved (i.e. authoritative) final() returns true if current query is resolved and is not a subrequest (has no parent)
-
- Oct 27, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Marek Vavruša authored
as the libknot packet interface disallows out-of-order packet writes, authority and additional records must be written after the answer is complete; records in the rr arrays will be written to final answer during finalization
-
Marek Vavruša authored
-
- Oct 26, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-