-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
*百万级TCP测试工具 | ||
* 百万级TCP测试工具 | ||
|
||
参考《模拟百万级TCP并发》 | ||
参考《模拟百万级TCP并发》 | ||
|
||
mkdir -p build | ||
cd build && cmake .. | ||
make | ||
然后执行 | ||
./tcp-client | ||
|
||
程序依赖libpcap和libnet请自行安装依赖ubuntu是执行`apt-get install libpcap-dev libnet-dev` |