Skip to content

Refactor dns_badcache to use cds_lfht lock-free hashtable

The dns_badcache unit had (yet another) own locked hashtable implementation. Replace the hashtable used by dns_badcache with lock-free cds_lfht implementation from liburcu.

Closes #4223 (closed)

Edited by Ondřej Surý

Merge request reports