bind9/bin/tests/system/srtt/ans2
Colin Vidal 9bf3df7073
Add SRTT-based server selection system test
Verify that the resolver selects authoritative servers in increasing
SRTT order.  Four servers are configured with increasing response
delays.  100 queries are sent, expecting most to go to the fastest
server (ns2).  Then ns2 stops responding, another 100 queries are
sent and should go to ns3 (the next fastest), and so on through
ns4 and ns5.  Each query uses a unique name to avoid cache hits.
2026-05-07 13:32:15 +02:00
..
ans.py Add SRTT-based server selection system test 2026-05-07 13:32:15 +02:00