From: Andrey Domas Date: Mon, 4 Mar 2019 14:46:50 +0000 (+0300) Subject: DNSNameSet and QNameSetRule, minor changes in docs X-Git-Tag: auth-4.2.0-rc1~18^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0780f8779deb9a32c6aa6a43d47b4b6eec211b7;p=thirdparty%2Fpdns.git DNSNameSet and QNameSetRule, minor changes in docs --- diff --git a/pdns/dnsdistdist/docs/reference/dnsnameset.rst b/pdns/dnsdistdist/docs/reference/dnsnameset.rst index 2344dc3a63..e3dfaf2fb9 100644 --- a/pdns/dnsdistdist/docs/reference/dnsnameset.rst +++ b/pdns/dnsdistdist/docs/reference/dnsnameset.rst @@ -4,7 +4,7 @@ DNSNameSet objects ================== A :class:`DNSNameSet` object is a set of :class:`DNSName` objects. -Based on std::set (usually implemented as red-black trees). +Based on std::unordered_set (hash table). Creating a ``DNSName`` is done with the :func:`newDNSNameSet`:: myset = newDNSNameSet()