- Sep 30, 2016
-
-
Vladimír Čunát authored
-
- Sep 07, 2016
-
-
Vladimír Čunát authored
As noted in #94, it feels natural to call it like: ``net.listen({net.lo, '192.168.1.1'})`` Also, minor fixes were done in that function and corresponding docs.
-
- Sep 05, 2016
-
-
Marek Vavrusa authored
if the score is known (and not glued), the retry rate is <avg(rtt), 250ms> if the NS score is unknown or worse than 250ms, it is always retried at this rate all other servers in the list use default rate
-
- Aug 25, 2016
-
-
Marek Vavrusa authored
RTT tracking for all targets is also supported, but no loadbalancing is done based on that yet
-
- Aug 24, 2016
-
-
Ondřej Surý authored
timeouts over TCP when <n> first nameservers timeout over UDP as previously the TCP would connect again to the first and only the first nameserver in task->addrlist. This would need to be ultimately fixed in TCP Fast Retransmit.
-
Marek Vavrusa authored
when doing fast retransmit, each address may be contacted 1-N times, but previously only cumulative RTT was tracked for the NS that sent the answer. now the approximate query start time is subtracted from cumulative RTT to give an idea how long it took since the query was actually sent, and all the NSs that didn't respond within their retransmit windows are penalised too
-
- Aug 23, 2016
-
-
Marek Vavrusa authored
example: > daf.add 'forward 127.0.0.1@5353'
-
Karel Slaný authored
The missing entry caused some entries to be dear and written to wrong positions.
-
- Aug 15, 2016
-
-
Ondřej Surý authored
-
- Aug 11, 2016
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
The control structure is part of the resolver context.
-
-
-
-
-
Use ENABLE_cookies=yes variable to compile functionality.
-
-
Cookies are not stored in separate cache.
-
-
-
-
-
-
-
- Aug 10, 2016
-
-
Marek Vavrusa authored
-
- Aug 09, 2016
-
-
Ondřej Surý authored
-
- Aug 05, 2016
-
-
Marek Vavrusa authored
-
Ondřej Surý authored
-