C
void TCPInit();
Description
Initializes the TCP module. This function sets up the TCP buffers in memory and initializes each socket to the CLOSED state. If insufficient memory was allocated for the TCP sockets, the function will hang here to be captured by the debugger.
Preconditions
None
Returns
None
Remarks
This function is called only one during lifetime of the application.