C
BOOL TCPAddSSLListener( TCP_SOCKET hTCP, WORD port );
Description
This function adds an additional listening port to a TCP connection. Connections made on this alternate port will be secured via SSL.
Preconditions
TCP is initialized and hTCP is listening.
Parameters
|
Parameters |
Description |
|
hTCP |
TCP connection to secure |
|
port |
SSL port to listen on |
Return Values
|
Return Values |
Description |
|
TRUE |
SSL port was added. |
|
FALSE |
The socket was not a listening socket. |