联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All TCP/IP协议栈(2) 
按平台查找All ASP(2) 

[TCP/IP协议栈] chat

程序主要是基于套接字(Socket)进行网络编程的,采用的是TCP协议,TCP协议是面向连接的且是全双工的,即两个主机上的进程(比如进程A、进程B),一旦建立好连接,那么数据就既可以由A流向B,也可以由B流向A。此程序采用的是完全点对点的模式进行连接,即每台主机即是服务器又是客户端,因为它需要进行端口的侦听,所以在连接的时候必须知道各主机的IP地址和端口号。有了对方的IP和端口后两主机就可以进行握手过程,确认连接成功后就可以进行网络对话了。
Program is mainly based on socket (Socket) for network programming, using the TCP protocol, TCP protocol is connection-oriented and is full duplex, that is, the process of the two hosts (such as process A, process B) Once established a good connection, the data flow for both the A B, can also flow from the B A. This procedure uses a fully connected point to point mode, each host is the server that is the client, because it requires the listening port, so when the connection must know the host' s IP address and port number . With the other two host IP and port can be carried out after the handshake process, confirm the connection to the network after a successful dialogue. (2011-05-22, ASP, 120KB, 下载17次)

http://www.pudn.com/Download/item/id/1541698.html

[TCP/IP协议栈] C

关于TCP网络编程,主要是在ASP.Net下的编程
Computer Network projraming about TCP (2011-04-28, ASP, 58KB, 下载6次)

http://www.pudn.com/Download/item/id/1509893.html
总计:2