# libtnet **Repository Path**: constructor/libtnet ## Basic Information - **Project Name**: libtnet - **Description**: 一个小巧的高性能C++网络库 - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 87 - **Created**: 2015-05-11 - **Last Updated**: 2024-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction libtnet is a tiny high performance network lib, purpose is to simplify the network programming. # Install go to root source, then mkdir -p build cd build cmake .. make make install # Requirement - gcc >= 4.4, supports c++ 0x - linux, supports eventfd, signalfd and timerfd # Not supported! - unix socket domain - ssl # Other please see [wiki](https://github.com/siddontang/libtnet/wiki) for more information. If you have any problem when using libtnet, you can contact me through below. - Gmail: siddontang@gmail.com - QQ: 335498184 I thank you very much for your feedback!