1 Star 0 Fork 86

omgdy / libtnet

forked from siddontang / libtnet 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
README.md 628 Bytes
Copy Edit Raw Blame History
siddontang authored 2015-05-16 08:17 . Update README.md

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!

C++
1
https://gitee.com/omgdy/libtnet.git
git@gitee.com:omgdy/libtnet.git
omgdy
libtnet
libtnet
master

Search