This commit is contained in:
Andreas Gustafsson 2000-12-21 03:00:11 +00:00
parent 9224b1c0b6
commit 32bb863ea9

10
CHANGES
View file

@ -6,11 +6,11 @@
627. [bug] The EDNS0 blackhole detection code of 324. waited
for three retransmissions to each server, which
takes much too long when a domain has many name
and all of them drop EDNS0 queries. Now we retry
without EDNS0 after three consecutive timeouts,
even if they are all from different servers.
[RT #143]
takes much too long when a domain has many name
servers and all of them drop EDNS0 queries. Now
we retry without EDNS0 after three consecutive
timeouts, even if they are all from different
servers. [RT #143]
626. [bug] The lightweight resolver daemon no longer crashes
when asked for a SIG rrset. [RT #558]