From d04b04f7bd7d55514e6259abf0a1f0b3466896f1 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Fri, 11 May 2018 19:17:54 +0200 Subject: [PATCH] dnstap.rst: Fix some editing errors --- pdns/dnsdistdist/docs/reference/dnstap.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pdns/dnsdistdist/docs/reference/dnstap.rst b/pdns/dnsdistdist/docs/reference/dnstap.rst index 08160a137d..48bd895841 100644 --- a/pdns/dnsdistdist/docs/reference/dnstap.rst +++ b/pdns/dnsdistdist/docs/reference/dnstap.rst @@ -21,9 +21,10 @@ To use FrameStream transport, :program:`dnsdist` must have been built with `libf .. function:: newFrameStreamTcpLogger(address) Create a Frame Stream Logger object, to use with :func:`DnstapLogAction` and :func:`DnstapLogResponseAction`. - This version will log to a local AF_UNIX socket. + This version will log to a possibly remote TCP socket. + Needs tcp_writer support in libfstrm. - :param string address: An IP:PORT combination where the logger will connect to. Needs tcp_writer support in libfstrm. + :param string address: An IP:PORT combination where the logger will connect to. .. class:: DnstapMessage @@ -31,7 +32,7 @@ To use FrameStream transport, :program:`dnsdist` must have been built with `libf .. classmethod:: DnstapMessage:setExtra(extraData) - Set the time at which the query or response has been received. + Sets the dnstap "extra" field. :param string extraData: Extra data stuffed into the dnstap "extra" field. -- 2.47.2