]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
lib/nsrep: probabilistic NS probing strategy
authorMarek Vavruša <marek.vavrusa@nic.cz>
Tue, 2 Jun 2015 08:34:38 +0000 (10:34 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Wed, 3 Jun 2015 00:38:48 +0000 (02:38 +0200)
commit2fff8c8cbf820abf45c4963a8356410ecfdba878
tree45cc71d124e8fc305b6b33b224aa73729f17c342
parent32b24348f7057b458cdb212e890f57981d454b6b
lib/nsrep: probabilistic NS probing strategy

simplified bee foraging strategy, by default each query goes to the most rewarding NS
however with a chance proportional to the NS RTT, a server may be probed even if it isn’t the most rewarding
lib/nsrep.c
lib/nsrep.h
lib/zonecut.c