|
@@ -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
|