leohotfn / Dalin
- воскресенье, 3 сентября 2017 г. в 03:15:10
A C++ non-blocking network library on Linux
Dalin is a C++ non-blocking network library with these features:
This network library uses C++11 syntax and POSIX Threads so if you compile with g++ on Linux you have to use the flags '-lpthread', '-std=c++11' like this:
g++ -std=c++11 XXXXX.cpp YYYYY.cpp ZZZZZ.cpp -lpthread
If you want to run the test example:
cd test/XXXXXX_test/
make
./test
You are very welcome to contibute!