home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / winsock / nwlink / readme.txt < prev   
Text File  |  1996-01-17  |  602b  |  26 lines

  1. NetWare Interface
  2.  
  3.  
  4. SUMMARY
  5. =======
  6.  
  7. CONNECT, DGRecv, DGSend, LISTEN, and PING are parts of the NWLink sample 
  8. suite.
  9.  
  10. MORE INFORMATION
  11. ================
  12.  
  13. CONNECT: Is a simple example of using SPX commands.
  14.  
  15. DGRecv: Opens a socket, binds to the socket, and waits for a datagram 
  16.         packet.
  17.  
  18. DGSend: Opens a socket, binds to the socket, and sends a packet repeatedly.
  19.  
  20. LISTEN: Opens an SPX socket, binds to the socket, and listens for a 
  21.         connection.
  22.  
  23. PING: Opens a socket, binds to the socket, receives a packet, and sends that 
  24. packet back to the original sender.
  25.  
  26.