From b08eec846df00db8faeddcb3e07e7c48f77abbc3 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 9 Oct 2025 10:40:06 +0200 Subject: [PATCH] dnsdist: Add actual link to `newServer` in the XSK docs Co-authored-by: Miod Vallat Signed-off-by: Remi Gacogne --- pdns/dnsdistdist/docs/reference/xsk.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3