aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc/src/ssh.xml
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2015-04-07 17:12:56 +0200
committerIngela Anderton Andin <[email protected]>2015-04-07 23:02:58 +0200
commit3cf856fb8896dc61a0c6aaaab7f0679f3baf64db (patch)
tree9f8e7181954deb0f881b904d6b77cca9c6f3f84f /lib/ssh/doc/src/ssh.xml
parent734506318c49778ff959c0f1f5136543fe8c314b (diff)
downloadotp-3cf856fb8896dc61a0c6aaaab7f0679f3baf64db.tar.gz
otp-3cf856fb8896dc61a0c6aaaab7f0679f3baf64db.tar.bz2
otp-3cf856fb8896dc61a0c6aaaab7f0679f3baf64db.zip
ssh: Option minimal_remote_max_packet_size and test cases
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 d481a75c9a..0e7e3848ad 100644
--- a/lib/ssh/doc/src/ssh.xml
+++ b/lib/ssh/doc/src/ssh.xml
@@ -338,6 +338,12 @@
</warning>
</item>
+ <tag><c><![CDATA[{minimal_remote_max_packet_size, non_negative_integer()}]]></c></tag>
+ <item>
+ <p>The least maximum packet size that the daemon will accept in channel open requests from the client. The default value is 0.
+ </p>
+ </item>
+
<tag><c><![CDATA[{key_cb, atom()}]]></c></tag>
<item>
<p>Module implementing the behaviour <seealso marker="ssh_server_key_api">ssh_server_key_api</seealso>.