-
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听list...
服务器端通过socket()系统调用创建一个Socket数组后(即设定了接受连接客户的最大数目),与指定的本地端口绑定bind(),就可以在端口进行侦听listen()。如果有客户端连接请求,则在数组中选择一个空Socket,将客户端地址赋给这个Socket。然后登录成功的客户就可以在服务器上聊天了。-Server-side through the socket () system call to create a Socket after the array (that is set to receive the maximum number of connected customers), with a specified local port to bind bind (), will be able to listen on port listen (). If the client has to connect the request, then select an empty array Socket, the client address assigned to the Socket. And then sign in the success of customers can chat on the server.
- 2023-08-19 03:20:03下载
- 积分:1
-
控制中常常要测试被通讯协议理解的正确性,看完这个代码,自己动手写一个吧,不用再求人了。...
控制中常常要测试被通讯协议理解的正确性,看完这个代码,自己动手写一个吧,不用再求人了。--自创-control often to test the communication protocol understood by the correctness, reading the code, to write himself a bar, do not have to ask for the.-- Inventing
- 2022-08-05 11:49:20下载
- 积分:1
-
里面详细介绍了很多ASP的错误代码代号之类的,在出错时可以查到到底是那里出错等信息。...
里面详细介绍了很多ASP的错误代码代号之类的,在出错时可以查到到底是那里出错等信息。-inside a lot of detailed error code ASP code like the error can be found in the end there is wrong information.
- 2022-06-21 00:47:30下载
- 积分:1
-
newptop网络应用程序,实现点对点的快速通信,是目前非常流行的网络应用程序,该程序是服务器端的开发。...
newptop网络应用程序,实现点对点的快速通信,是目前非常流行的网络应用程序,该程序是服务器端的开发。-newptop network application procedures, the rapid point-to-point communications, is a very popular network application procedures, the procedures for server-side development.
- 2022-03-17 18:57:09下载
- 积分:1
-
NAT映射端口,网外(Internet)访问代理服务器内部的实现方法.
NAT映射端口,网外(Internet)访问代理服务器内部的实现方法.-NAT mapping portal network (Internet) Access Proxy internal realization.
- 2022-06-21 00:20:15下载
- 积分:1
-
本程序是一个简单的FTP客户端,只要你安装了服务端,例如SURV_U,立即就可以运行成功。你将很快掌握FTP的要领...
本程序是一个简单的FTP客户端,只要你安装了服务端,例如SURV_U,立即就可以运行成功。你将很快掌握FTP的要领-This procedure is a simple FTP client, as long as you installed the server, for example, SURV_U, immediately can run successfully. You will quickly grasp the essentials FTP
- 2023-02-18 13:50:04下载
- 积分:1
-
Replacing wsock32.dll monitoring protocols of call. This article was published i...
通过替换wsock32.dll 来监测winsock调用。本文是在已发表的另一文章略加修改而成,先感谢前任怍者。-Replacing wsock32.dll monitoring protocols of call. This article was published in another article slightly modified from first to thank the former were ashamed.
- 2023-08-23 11:50:02下载
- 积分:1
-
一个简单的用vc做的多线程,socket编程,可以两个ip见发消息,internet网络编程的作业,所以做的很不是很好,我下次会写上详细的文档再传上来的,希望对...
一个简单的用vc做的多线程,socket编程,可以两个ip见发消息,internet网络编程的作业,所以做的很不是很好,我下次会写上详细的文档再传上来的,希望对初学socket编程的人有帮助-a simple vc do with the multi-threaded, socket programming, can see reports from two ip, internet network programming operations, is not doing very well, I will write next detail of the document onto a tame, and I hope to beginners socket programming to help people
- 2022-12-30 09:45:06下载
- 积分:1
-
a simple but practical message boards
一个简单又实用的留言版-a simple but practical message boards
- 2022-02-10 13:42:41下载
- 积分:1
-
FTP代码。使用API实现通讯,速度快,稳定,代码完整。
FTP代码。使用API实现通讯,速度快,稳定,代码完整。-FTP code. Realize the use of API communication, fast, stable, and code integrity.
- 2023-07-14 21:20:03下载
- 积分:1