From: Christian Hofstaedtler Date: Fri, 11 May 2018 17:17:54 +0000 (+0200) Subject: dnstap.rst: Fix some editing errors X-Git-Tag: dnsdist-1.3.1~103^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6602%2Fhead;p=thirdparty%2Fpdns.git dnstap.rst: Fix some editing errors --- 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.