aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/listeners.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-08-01 13:10:16 +0200
committerLoïc Hoguin <[email protected]>2018-08-01 13:10:16 +0200
commit35ebb978da3975d9d201fd85d35b4e7e0befd569 (patch)
tree13d4b08ed2c2e3c8f7090698163d62da715dfcbf /doc/src/guide/listeners.asciidoc
parent9485dc4def1e1ce0acbce18dcc39d60fb17fff90 (diff)
downloadranch-35ebb978da3975d9d201fd85d35b4e7e0befd569.tar.gz
ranch-35ebb978da3975d9d201fd85d35b4e7e0befd569.tar.bz2
ranch-35ebb978da3975d9d201fd85d35b4e7e0befd569.zip
Remove R16 compatibility
Ranch is now made for and tested on 18+ only.
Diffstat (limited to 'doc/src/guide/listeners.asciidoc')
-rw-r--r--doc/src/guide/listeners.asciidoc8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/src/guide/listeners.asciidoc b/doc/src/guide/listeners.asciidoc
index 21a6838..e8ca694 100644
--- a/doc/src/guide/listeners.asciidoc
+++ b/doc/src/guide/listeners.asciidoc
@@ -169,14 +169,6 @@ from the connect function for the transport or the underlying socket library
called on the passed in socket. You should connect the socket in
`{active, false}` mode, as well.
-Note, however, that because of a bug in SSL, you cannot change ownership of an
-SSL listen socket prior to R16. Ranch will catch the error thrown, but the
-owner of the SSL socket will remain as whatever process created the socket.
-However, this will not affect accept behaviour unless the owner process dies,
-in which case the socket is closed. Therefore, to use this feature with SSL
-with an erlang release prior to R16, ensure that the SSL socket is opened in a
-persistant process.
-
=== Limiting the number of concurrent connections
The `max_connections` transport option allows you to limit the number