aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-02-11 17:04:35 +0100
committerLoïc Hoguin <[email protected]>2019-02-19 10:00:12 +0100
commit4f0b8e5eb61a2019285bfc7a8e50af1d338ffd63 (patch)
treec9f34d7ff6704955fc51c35bced5545307a78e27 /lib/ssl/src
parent09276f8cbe1b62ea0c1c44c5d6eb605fd49dd80a (diff)
downloadotp-4f0b8e5eb61a2019285bfc7a8e50af1d338ffd63.tar.gz
otp-4f0b8e5eb61a2019285bfc7a8e50af1d338ffd63.tar.bz2
otp-4f0b8e5eb61a2019285bfc7a8e50af1d338ffd63.zip
ssl: Document {active,N}
Diffstat (limited to 'lib/ssl/src')
-rw-r--r--lib/ssl/src/ssl.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/ssl.erl b/lib/ssl/src/ssl.erl
index c39a6f1603..c95d29df2c 100644
--- a/lib/ssl/src/ssl.erl
+++ b/lib/ssl/src/ssl.erl
@@ -99,7 +99,7 @@
-type tls_client_option() :: client_option() | socket_connect_option() | transport_option().
-type tls_server_option() :: server_option() | socket_listen_option() | transport_option().
-type active_msgs() :: {ssl, sslsocket(), Data::binary() | list()} | {ssl_closed, sslsocket()} |
- {ssl_error, sslsocket(), Reason::term()}.
+ {ssl_error, sslsocket(), Reason::term()} | {ssl_passive, sslsocket()}.
-type transport_option() :: {cb_info, {CallbackModule::atom(), DataTag::atom(),
ClosedTag::atom(), ErrTag::atom()}}.
-type path() :: file:filename().