搜索资源列表
Code
- 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系
WinSocket
- socket 通讯的例子,套接字的建立,绑定端口,发送数据,接受数据-example of socket communication, the establishment of a socket, bind port, send data, receive data
TcpClient
- 建立TCP连接,绑定某一端口并读取其请求数据-The establishment of TCP connections, bind a port and read the request data
lab102
- C/C++ TCP/UDP simple Client/Server combo ... great beginner example (actually used for networking college project). Shows how to use the C/C++ Networking API to bind on a socket and send/receive data across it from both the client and the server side
tcpcs
- tcp 客户端 服务器 linux下 socket编程-tcp client server socket bind connect
socket
- socket通讯 报错bind accept conn recv snd等操作(Socket communication error bind accept conn recv snd and other operations)