On Fri, Sep 14, 2012 at 6:37 PM, Vernon Schryver <[email protected]> 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.
_______________________________________________
dns-operations mailing list
[email protected]
https://lists.dns-oarc.net/mailman/listinfo/dns-operations
dns-jobs mailing list
https://lists.dns-oarc.net/mailman/listinfo/dns-jobs

Reply via email to