[dns-operations] DNS RRL light?
Mohamed Lrhazi
ml623 at georgetown.edu
Fri Sep 14 23:17:39 UTC 2012
On Fri, Sep 14, 2012 at 6:37 PM, Vernon Schryver <vjs at rhyolite.com> wrote:
> Are you counting identical queries including qtype as well as qname?
>
> Are you dropping identical queries or all queries?
Thanks a lot for the tips Vernon.
I am counting query_type+query_name, implemented as:
set qhash [b64encode [md5 "$q_type:$q_name"]]
I guess that's my "state blob". Is that good?
I will lower the drop window to 10 or 15 seconds and see how that
behaves. Query responses would be my next phase.
I am also dropping everything, during the drop window, as I did not
want to keep the query info for too long, but since I will lower the
window, it might be feasible.
Thanks a lot,
Mohamed.
More information about the dns-operations
mailing list