Skip to content

Commit

Permalink
编译说明
Browse files Browse the repository at this point in the history
  • Loading branch information
fireflyc committed Jan 3, 2017
1 parent 94004ba commit a058f30
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
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`

0 comments on commit a058f30

Please sign in to comment.