]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
add diagram
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 15 Apr 2021 12:31:08 +0000 (14:31 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 15 Apr 2021 12:31:08 +0000 (14:31 +0200)
pdns/recursordist/docs/appendices/FAQ.rst

index 4d8852361e58121d41c76a775231a0a882413354..86424eb33bdfb24efbecb06a694f20a401754318 100644 (file)
@@ -44,3 +44,14 @@ To see the buffer size the Recursor is reporting to authoritatives, ask an autho
   $ dig txt header.lua.powerdns.org +short @127.0.0.1
   "id: 52938, aa: false, rd: false, ad: false, cd: false, do: true, ednsbufsiz: 1232, tcp: false"
 
+Or, in a diagram::
+
+        udp-truncation-threshold      edns-outgoing-bufsize
+                  |                           |
+    +------+      v      +----------+         v             +------------+
+    | stub | <=========> | recursor | <===================> | responders |
+    +------+             +----------+                       +------------+
+                 ^
+                 |
+      client bufsize (stub => recursor)
+     bufsize to client (recursor => stub)