The code in this directory contains the simplest possible point-to-point TCP connection. Run the receiver on a machine. Run the client on the same machine and they should connect. Change the DEST_IP_ADDR constant in the sender to the location of the receiving machine and you should be able to connect from any machine on the network. YOU MUST LOAD THE TCP/IP PACKAGE IN THE NETWORK APPLET OF THE CONTROL PANEL BEFORE ANY TCP/IP CODE WILL WORK. SEE THE BOOK "Windows NT Administration: From Single Systems to Heterogeneous Networks" FOR INSTRUCTIONS. Use MAKEFILE to compile the program with the SDK. Use SSIPSEND.MAK and SSIPRECV.MAK and compile the two programs separately if you are using Visual C++. Note that the makefile and project files link to WSOCK32.LIB.