libtnet is a tiny high performance network lib, purpose is to simplify the network programming.
go to root source, then
mkdir -p build
cd build
cmake ..
make
make install
- gcc >= 4.4, supports c++ 0x
- linux, supports eventfd, signalfd and timerfd
- unix socket domain
- ssl
please see wiki for more information. If you have any problem when using libtnet, you can contact me through below.
- Gmail: siddontang@gmail.com
- Twitter: siddontang
I thank you very much for your feedback!