aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc/src/ssh.xml
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-03-30 17:17:16 +0200
committerHans Nilsson <[email protected]>2017-04-04 17:25:41 +0200
commit31e9b9c4d3ace33b03eec13d2d0ed22de7a865ab (patch)
treecad732a52fcff6b8e5cf27d2c2a265692078cf7d /lib/ssh/doc/src/ssh.xml
parentbcbf77633dbd145e01d657ba8626c34f838f0727 (diff)
downloadotp-31e9b9c4d3ace33b03eec13d2d0ed22de7a865ab.tar.gz
otp-31e9b9c4d3ace33b03eec13d2d0ed22de7a865ab.tar.bz2
otp-31e9b9c4d3ace33b03eec13d2d0ed22de7a865ab.zip
ssh: idle_timer on daemon - documentation
Diffstat (limited to 'lib/ssh/doc/src/ssh.xml')
-rw-r--r--lib/ssh/doc/src/ssh.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml
index 968983c862..88d402cf38 100644
--- a/lib/ssh/doc/src/ssh.xml
+++ b/lib/ssh/doc/src/ssh.xml
@@ -699,6 +699,12 @@
<p><c>Peer</c> is in the format of <c>{Host,Port}</c>.</p>
</item>
+ <tag><c><![CDATA[{idle_time, integer()}]]></c></tag>
+ <item>
+ <p>Sets a time-out on a connection when no channels are active.
+ Defaults to <c>infinity</c>.</p>
+ </item>
+
<tag><c><![CDATA[{ssh_msg_debug_fun, fun(ConnectionRef::ssh_connection_ref(), AlwaysDisplay::boolean(), Msg::binary(), LanguageTag::binary()) -> _}]]></c></tag>
<item>
<p>Provide a fun to implement your own logging of the SSH message SSH_MSG_DEBUG. The last three parameters are from the message, see RFC4253, section 11.3. The <c>ConnectionRef</c> is the reference to the connection on which the message arrived. The return value from the fun is not checked.</p>