diff options
author | Niclas Eklund <[email protected]> | 2010-03-22 08:58:30 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-03-22 08:58:30 +0000 |
commit | 14801bff88836ad47850c91287b3126f132b5d65 (patch) | |
tree | 473bf02a87af9b61f0dda3027a03595633521140 /lib/ssh/doc | |
parent | bbafff92c639e227d9be204ed956f895d7c364e7 (diff) | |
download | otp-14801bff88836ad47850c91287b3126f132b5d65.tar.gz otp-14801bff88836ad47850c91287b3126f132b5d65.tar.bz2 otp-14801bff88836ad47850c91287b3126f132b5d65.zip |
The send operation now accepts infinity as timeout
Diffstat (limited to 'lib/ssh/doc')
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index b3484a1e98..6ea7f099b3 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -34,6 +34,10 @@ <section><title>Improvements and New Features</title> <list> <item> + <p>The ssh_connection:send operation now accepts infinity as timeout.</p> + <p>Own Id: OTP-8534 Aux Id:</p> + </item> + <item> <p>The connection handler now include stack traces when a channel message is not handled correctly.</p> <p>Own Id: OTP-8524 Aux Id:</p> |