]> git.ipfire.org Git - thirdparty/bind9.git/commit
Try to improve rrl timing
authorMark Andrews <marka@isc.org>
Wed, 16 Sep 2020 02:40:52 +0000 (12:40 +1000)
committerMark Andrews <marka@isc.org>
Thu, 15 Oct 2020 00:05:12 +0000 (00:05 +0000)
commit92cdc7b6c7eec674fa03e7f87854cd5528c37f48
tree95df944f737f7a3b3340545ae000d1bea08858fe
parent3562cc7c892c966f0a665a1195aabc4c2f616259
Try to improve rrl timing

Add a +burst option to mdig so that we have a second to setup the
mdig calls then they run at the start of the next second.

RRL uses 'queries in a second' as a approximation to
'queries per second'. Getting the bursts of traffic to all happen in
the same second should prevent false negatives in the system test.

We now have a second to setup the traffic in.  Then the traffic should
be sent at the start of the next second.  If that still fails we
should move to +burst=<now+2> (further extend mdig) instead of the
implicit <now+1> as the trigger second.
bin/tests/system/rrl/tests.sh
bin/tools/mdig.c
bin/tools/mdig.rst
doc/man/mdig.1in