diff options
author | Ingela Anderton Andin <[email protected]> | 2018-12-04 09:45:17 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2018-12-04 09:45:17 +0100 |
commit | c44f975ac30e652ae08b878edf22bac3b6a1c8a2 (patch) | |
tree | 09219f37d54428321c86dbe8ecab86286f0d7b43 /lib/ssl/doc | |
parent | 19c6875fb10935864f6f28607c61700eaf56c59a (diff) | |
parent | 6558b668f630cda7bd3f4d81418b17843b5bbbf3 (diff) | |
download | otp-c44f975ac30e652ae08b878edf22bac3b6a1c8a2.tar.gz otp-c44f975ac30e652ae08b878edf22bac3b6a1c8a2.tar.bz2 otp-c44f975ac30e652ae08b878edf22bac3b6a1c8a2.zip |
Merge branch 'ingela/ssl/dist/active-N/OTP-15449' into maint
* ingela/ssl/dist/active-N/OTP-15449:
ssl: Fix error handling in function passive_receive
ssl: Correct ssl:shutdown
ssl: Internaly use {active, N}
Diffstat (limited to 'lib/ssl/doc')
-rw-r--r-- | lib/ssl/doc/src/ssl_app.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/ssl_app.xml b/lib/ssl/doc/src/ssl_app.xml index f6d9021d4a..893919aeb4 100644 --- a/lib/ssl/doc/src/ssl_app.xml +++ b/lib/ssl/doc/src/ssl_app.xml @@ -171,6 +171,20 @@ shutdown gracefully. Defaults to 5000 milliseconds. </p> </item> + + <tag><c><![CDATA[internal_active_n = integer() <optional>]]></c></tag> + <item> + <p> + For TLS connections this value is used to handle the + internal socket. As the implementation was changed from an + active once to an active N behavior (N = 100), for + performance reasons, this option exist for possible tweaking + or restoring of the old behavior (internal_active_n = 1) in + unforeseen scenarios. The option will not affect erlang + distribution over TLS that will always run in active N mode. + Added in ssl-9.1 (OTP-21.2). + </p> + </item> </taglist> </section> |