From 85b23709431b1a84924fe2844f5cf657d1689eef Mon Sep 17 00:00:00 2001 From: Michael Sawyer Date: Fri, 22 Sep 2000 16:26:12 +0000 Subject: [PATCH] 485. [func] When dig had more than one server to query, it would send all of the messages at the same time. Add rate limiting of the transmitted messages. --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 2336812112..f76b595170 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ + 485. [func] When dig had more than one server to query, it would + send all of the messages at the same time. Add + rate limiting of the transmitted messages. + 484. [bug] When the server was reloaded after removing addresses from the named.conf "listen-on" statement, sockets were still listening on the removed addresses due