C
static void SendTCP( BYTE vTCPFlags, BYTE vSendFlags );
Description
This function assembles and transmits a TCP segment, including any pending data. It also supports retransmissions, keep-alives, and other packet types.
Preconditions
TCP is initialized.
Parameters
Parameters |
Description |
vTCPFlags |
Additional TCP flags to include |
vSendFlags |
Any combinations of SENDTCP_* constants to modify the transmit behavior or contents. |
Returns
None