2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

incorrect cross reference, missing RT reference

This commit is contained in:
Andreas Gustafsson
2000-12-20 23:20:25 +00:00
parent 7d33e89969
commit 24dc90eff0

View File

@@ -1,10 +1,11 @@
627. [bug] The EDNS0 blackhole detection code of 327. waited
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]
626. [bug] The lightweight resolver daemon no longer crashes
when asked for a SIG rrset. [RT #558]