diff options
author | Ingela Anderton Andin <ingela@erlang.org> | 2015-09-16 10:49:34 +0200 |
---|---|---|
committer | Ingela Anderton Andin <ingela@erlang.org> | 2015-09-16 10:49:34 +0200 |
commit | 36502d2334744bf841457119d6907c4edbd72109 (patch) | |
tree | 9f82af2fc7cf74e0c32e944c05887b36bf0e7b33 /lib/ssl/doc/src/ssl_app.xml | |
parent | 32ab15bc18d547efddb79952c47fdb0e6e4edae3 (diff) | |
parent | c019481b3ff418de76886b955ba9238a12ea856a (diff) | |
download | otp-36502d2334744bf841457119d6907c4edbd72109.tar.gz otp-36502d2334744bf841457119d6907c4edbd72109.tar.bz2 otp-36502d2334744bf841457119d6907c4edbd72109.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/ssl/doc/src/ssl_app.xml')
-rw-r--r-- | lib/ssl/doc/src/ssl_app.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/ssl_app.xml b/lib/ssl/doc/src/ssl_app.xml index 2b6dc7e8be..51ce0cedf1 100644 --- a/lib/ssl/doc/src/ssl_app.xml +++ b/lib/ssl/doc/src/ssl_app.xml @@ -87,6 +87,17 @@ marker="ssl#clear_pem_cache-0">ssl:clear_pem_cache/0</seealso> </item> + <tag><c><![CDATA[alert_timeout = integer() <optional>]]></c></tag> + <item> + <p> + Number of milliseconds between sending of a fatal alert and + closing the connection. Waiting a little while improves the + peers chances to properly receiving the alert so it may + shutdown gracefully. Defaults to 5000 milliseconds. + </p> + </item> + + </taglist> </section> |