]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Add actual link to `newServer` in the XSK docs 16224/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 9 Oct 2025 08:40:06 +0000 (10:40 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 9 Oct 2025 08:41:48 +0000 (10:41 +0200)
Co-authored-by: Miod Vallat <miod.vallat@powerdns.com>
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/dnsdistdist/docs/reference/xsk.rst

index 03c20cb62cb7432009622c9d645f75c6265e91d0..7b8f17c4199658c39fd131dadbee4512c7f639f8 100644 (file)
@@ -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