文件名称:iocpserverex
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-02-20
- 文件大小:
- 193kb
- 下载次数:
- 0次
- 提 供 者:
- 麻*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
This application is a very simple minded program that sends buffers of
// data to a server and waits for the server to echo the data back and then
// compares the first and last byte of the buffers. The destination server
// can be specified using the (-n) option and the destination port using the
// (-e) option. The size of the buffer to send is specified using the (-b)
// option which is in 1k increments. Multiple threads can be spawned to hit
// the server.- This application is a very simple minded program that sends buffers of
// data to a server and waits for the server to echo the data back and then
// compares the first and last byte of the buffers. The destination server
// can be specified using the (-n) option and the destination port using the
// (-e) option. The size of the buffer to send is specified using the (-b)
// option which is in 1k increments. Multiple threads can be spawned to hit
// the server.
// data to a server and waits for the server to echo the data back and then
// compares the first and last byte of the buffers. The destination server
// can be specified using the (-n) option and the destination port using the
// (-e) option. The size of the buffer to send is specified using the (-b)
// option which is in 1k increments. Multiple threads can be spawned to hit
// the server.- This application is a very simple minded program that sends buffers of
// data to a server and waits for the server to echo the data back and then
// compares the first and last byte of the buffers. The destination server
// can be specified using the (-n) option and the destination port using the
// (-e) option. The size of the buffer to send is specified using the (-b)
// option which is in 1k increments. Multiple threads can be spawned to hit
// the server.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
iocpclient.cpp
iocpclient.exe
iocpserver.cpp
iocpserver.exe
iocpserver.h
iocpserverex.cpp
iocpserverex.exe
makefile