From: Remi Gacogne Date: Thu, 9 Oct 2025 08:40:06 +0000 (+0200) Subject: dnsdist: Add actual link to `newServer` in the XSK docs X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16224%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Add actual link to `newServer` in the XSK docs Co-authored-by: Miod Vallat Signed-off-by: Remi Gacogne --- diff --git a/pdns/dnsdistdist/docs/reference/xsk.rst b/pdns/dnsdistdist/docs/reference/xsk.rst index 03c20cb62c..7b8f17c419 100644 --- a/pdns/dnsdistdist/docs/reference/xsk.rst +++ b/pdns/dnsdistdist/docs/reference/xsk.rst @@ -22,7 +22,7 @@ These are all the functions, objects and methods related to :doc:`../advanced/xs .. versionadded:: 1.9.0 - Represents a ``XSK`` / ``AF_XDP`` socket tied to a specific network interface and queue. This object can be created via :func:`newXSK` and passed to :func:`addLocal` to use XSK for ``UDP`` packets between clients and dnsdist. It can also be passed to ``newServer`` to use XSK for ``UDP`` packets between dnsdist a backend. + Represents a ``XSK`` / ``AF_XDP`` socket tied to a specific network interface and queue. This object can be created via :func:`newXSK` and passed to :func:`addLocal` to use XSK for ``UDP`` packets between clients and dnsdist. It can also be passed to :func:`newServer` to use XSK for ``UDP`` packets between dnsdist a backend. .. method:: XskSocket:getMetrics() -> str