Having bound a port number the Rssl listening socket with rsslBind(...) how would I subsequently release the socket (and thus the binding) without terminating the process?
Using naked sockets I could close the socket. What is the Rssl equivalent operation?