README.TXT
NetWare Interface 
 
 
SUMMARY 
======= 
 
CONNECT, DGRecv, DGSend, LISTEN, and PING are parts of the NWLink sample  
suite. 
 
MORE INFORMATION 
================ 
 
CONNECT: Is a simple example of using SPX commands. 
 
DGRecv: Opens a socket, binds to the socket, and waits for a datagram  
        packet. 
 
DGSend: Opens a socket, binds to the socket, and sends a packet repeatedly. 
 
LISTEN: Opens an SPX socket, binds to the socket, and listens for a  
        connection. 
 
PING: Opens a socket, binds to the socket, receives a packet, and sends that  
packet back to the original sender.