Skip to content

受启发于网易的tcp流量复制工具tcpcopy,这是另一个C++版的tcpcopy,部署方式很不一样。

Notifications You must be signed in to change notification settings

zhangyonglei/TCPGO-Another-TCPCOPY-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(详细使用文档和工作原理文档 follow this URL)[https://cloud.tencent.com/developer/article/1159394]

INSTALL:

## Install boost library first.
1. cd to boost_1_55_0 directory.
2. chmod +x bootstrap.sh
3. chmod +x tools/build/v2/engine/build.sh
4. ./bootstrap.sh --with-libraries=filesystem,regex,thread --prefix=/usr/local
5. chmod +x ./b2
6. ./b2 install
7. ldconfig


## FAQ:
Q: failed to compile lua
A: If you're running Linux and get compilation errors, make sure you have installed the readline development package. If you get link errors after that, then try "make linux MYLIBS=-ltermcap".

About

受启发于网易的tcp流量复制工具tcpcopy,这是另一个C++版的tcpcopy,部署方式很不一样。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 75.1%
  • C 23.6%
  • Makefile 1.3%