C
static WORD HSGet( TCP_SOCKET skt, BYTE * b );
Description
Reads data from socket, transparently hashing it into the handshake hashes.
Preconditions
None
Parameters
Parameters |
Description |
skt |
socket to read data from |
b |
byte to read into |
Returns
Number of bytes read
Side Effects
None
Remarks
None