Skip to content

godsonhand/libtnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

I thank you very much for your feedback!

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 49.4%
  • C++ 47.7%
  • Makefile 1.9%
  • CMake 1.0%