I have an SSL server, and I want to downgrade this after receiving the first ssl:recv
to a raw gen_tcp. Assuming this can be used to do that I can not find an example on how to use this. And I am not so good at using the Erlang/OTP documentation yet http://erlang.org/doc/man/ssl.html#close-2
I am a bit confused with NewController::pid()
from the documentation:
How = timeout() | {NewController::pid(), timeout()}