SkillAgentSearch skills...

Libtnet

libtnet is a tiny high performance c++ network lib, like tornado

Install / Use

/learn @siddontang/Libtnet
About this skill

Quality Score

0/100

Supported Platforms

Universal

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 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!

View on GitHub
GitHub Stars285
CategoryDevelopment
Updated4d ago
Forks103

Languages

C

Security Score

95/100

Audited on Apr 4, 2026

No findings