[erlang-bugs] ssl_accept/3 not exported

Andreas Stenius erlang@REDACTED
Tue Dec 16 11:03:49 CET 2008


Hi,

I'm fiddling about with SSL, and most notably, the new implementation, since I need to upgrade an existing connection, and if I'm not missread the documentation, only the new implementation supports that.

However, using ssl_accept on the server side, one cannot specify the timeout value as documented:

ssl_accept(ListenSocket, SslOptions, Timeout) -> {ok, Socket} | {error, Reason}




since ssl_accept/3 is not exported from ssl.erl. I guess this is just a minor miss-feat.

Best regards,
Andreas Stenius


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-bugs/attachments/20081216/04405b54/attachment.htm>


More information about the erlang-bugs mailing list