BIND 10 trac357, updated. 5298a0caf701c0d3a567679d1519de1f9fdb9a4a [357] update bind10-guide and auth manpage
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Aug 30 12:21:36 UTC 2012
The branch, trac357 has been updated
via 5298a0caf701c0d3a567679d1519de1f9fdb9a4a (commit)
from 212745177be39f765b5e53c3697067780112fb4a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5298a0caf701c0d3a567679d1519de1f9fdb9a4a
Author: Jelte Jansen <jelte at isc.org>
Date: Thu Aug 30 14:21:20 2012 +0200
[357] update bind10-guide and auth manpage
-----------------------------------------------------------------------
Summary of changes:
doc/guide/bind10-guide.xml | 10 ++++++++++
src/bin/auth/b10-auth.xml | 6 ++++++
2 files changed, 16 insertions(+)
-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index 49cb419..61cddd6 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -1633,6 +1633,16 @@ can use various data source backends.
</simpara>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>tcp_recv_timeout</term>
+ <listitem>
+ <simpara>
+ <varname>tcp_recv_timeout</varname> is the timeout used on
+ incoming TCP connections, in milliseconds. If the query
+ is not sent within this time, the connection is closed.
+ </simpara>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>
diff --git a/src/bin/auth/b10-auth.xml b/src/bin/auth/b10-auth.xml
index 37843e3..556873c 100644
--- a/src/bin/auth/b10-auth.xml
+++ b/src/bin/auth/b10-auth.xml
@@ -152,6 +152,12 @@
The default is 60.
</para>
+ <para>
+ <varname>tcp_recv_timeout</varname> is the timeout used on
+ incoming TCP connections, in milliseconds. If the query
+ is not sent within this time, the connection is closed.
+ </para>
+
<!-- TODO: formating -->
<para>
The configuration commands are:
More information about the bind10-changes
mailing list