C
void SSLPeriodic( TCP_SOCKET hTCP, BYTE sslStubID );
Description
This function performs periodic tasks for the SSL module. This includes processing for RSA operations.
Preconditions
SSL has already been initialized.
Parameters
Parameters |
Description |
hTCP |
the socket for which to perform periodic functions |
id |
the SSL stub to use |
Returns
None