文件名称:20070426
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 46kb
- 下载次数:
- 0次
- 提 供 者:
- tangl*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
基于完成端口的TCP网络通信框架实现
工程iocp中包含了框架实现的所有代码,工程server和client是对该框架的简单测试
和应用。框架实现了基于消息的TCP网络通信,(避免了TCP的数据“粘连”问题)并进
行了封装,封装后的界面iocpapi.h非常简洁,应用程序代码只需要简单包含
iocpapi.h,就可以实现自己的网络应用.具体例子可以参考server和client代码提供
的两个类分别用于服务器端和客户端(一般来说客户端不用管理大量连接,所以有点
杀鸡用牛刀的味道,不过为了和服务器对应,应该使用该客户端,除非你自己实现
框架的消息格式)-based on the TCP port to complete network communication fr a mework Project iocp contains the fr a mework for the realization of all generation code, the server and client is the fr a mework of a simple test and application. fr a mework based on the news of TCP network communication, (to the TCP data "adhesion") and the Packaging, Packaging iocpapi.h the interface is very simple, Applications need only simple code contains iocpapi.h. can realize its own network application. Specific examples can reference server and client code for the 2 categories respectively for a server and the client (the client generally do not have a large number of link management, So it cracking a nut with a sledgehammer to the taste, but for the corresponding server, you should use the client. Unless you are th
工程iocp中包含了框架实现的所有代码,工程server和client是对该框架的简单测试
和应用。框架实现了基于消息的TCP网络通信,(避免了TCP的数据“粘连”问题)并进
行了封装,封装后的界面iocpapi.h非常简洁,应用程序代码只需要简单包含
iocpapi.h,就可以实现自己的网络应用.具体例子可以参考server和client代码提供
的两个类分别用于服务器端和客户端(一般来说客户端不用管理大量连接,所以有点
杀鸡用牛刀的味道,不过为了和服务器对应,应该使用该客户端,除非你自己实现
框架的消息格式)-based on the TCP port to complete network communication fr a mework Project iocp contains the fr a mework for the realization of all generation code, the server and client is the fr a mework of a simple test and application. fr a mework based on the news of TCP network communication, (to the TCP data "adhesion") and the Packaging, Packaging iocpapi.h the interface is very simple, Applications need only simple code contains iocpapi.h. can realize its own network application. Specific examples can reference server and client code for the 2 categories respectively for a server and the client (the client generally do not have a large number of link management, So it cracking a nut with a sledgehammer to the taste, but for the corresponding server, you should use the client. Unless you are th
相关搜索: 完成端口
完成端口
服务器
IOCP
project
for
c++lient
server
application
in
c++
IOCP
完成端口
tcp
server
iocpapi
h
网络通信
完成端口
服务器
IOCP
project
for
c++lient
server
application
in
c++
IOCP
完成端口
tcp
server
iocpapi
h
网络通信
(系统自动生成,下载前可以参看下载内容)
下载文件列表
iocp0.0
.......\client
.......\......\client.vcproj
.......\......\main.cpp
.......\iocp
.......\....\config.h
.......\....\iocp.cpp
.......\....\iocp.h
.......\....\iocp.vcproj
.......\....\iocpapi.cpp
.......\....\iocpapi.h
.......\....\main.cpp
.......\iocp.ncb
.......\iocp.sln
.......\server
.......\......\main.cpp
.......\......\server.vcproj
.......\说明.txt
.......\client
.......\......\client.vcproj
.......\......\main.cpp
.......\iocp
.......\....\config.h
.......\....\iocp.cpp
.......\....\iocp.h
.......\....\iocp.vcproj
.......\....\iocpapi.cpp
.......\....\iocpapi.h
.......\....\main.cpp
.......\iocp.ncb
.......\iocp.sln
.......\server
.......\......\main.cpp
.......\......\server.vcproj
.......\说明.txt