README.TXT
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:
Windows编程
开发平台:
Visual C++
- 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.