From f048c235f697cdb7de9881e3aa1a710d95449c90 Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Thu, 30 Aug 2018 22:40:03 -0400 Subject: [PATCH] dnsdist: Fix documentation of DNSQuestion.len --- pdns/dnsdistdist/docs/reference/dq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/reference/dq.rst b/pdns/dnsdistdist/docs/reference/dq.rst index 403a701c45..bffb66667b 100644 --- a/pdns/dnsdistdist/docs/reference/dq.rst +++ b/pdns/dnsdistdist/docs/reference/dq.rst @@ -25,7 +25,7 @@ This state can be modified from the various hooks. .. attribute:: DNSQuestion.len - The length of the :attr:`qname `. + The length of the data starting at :attr:`DNSQuestion.dh`, including any trailing bytes following the DNS message. .. attribute:: DNSQuestion.localaddr -- 2.47.2