README.TXT
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

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