zz198808 / libtnet

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C 49.3%Language:C++ 47.7%Language:Makefile 1.9%Language:CMake 1.0%