diff options
author | Fredrik Gustafsson <[email protected]> | 2013-01-11 11:54:00 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-01-11 11:54:00 +0100 |
commit | 6187ba956f19e3b457003e5ee884aec5190d9fbb (patch) | |
tree | 161186091192aab6c44ca8354413b75e8d6949cc /lib/ssh/doc/src | |
parent | 1897e315ee2d8417a6e32f5fae00e9a124a45d83 (diff) | |
download | otp-6187ba956f19e3b457003e5ee884aec5190d9fbb.tar.gz otp-6187ba956f19e3b457003e5ee884aec5190d9fbb.tar.bz2 otp-6187ba956f19e3b457003e5ee884aec5190d9fbb.zip |
Re-added documentation for idle_time option
Diffstat (limited to 'lib/ssh/doc/src')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index a0afb5056e..7f7d887d5e 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -188,6 +188,9 @@ <p>Provide, in bytes, when rekeying should be initiated, defaults to one time each GB and one time per hour.</p> </item> + <tag><c><![CDATA[{idle_time, integer()}]]></c></tag> + <item> + <p>Sets a timeout on connection when no channels are active, default is infinity</p></item> </taglist> </desc> </func> |