Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

socketd for C/C++

Dependencies

Environment

Only for Linux.

Git clone

  • Cloning main project
git clone -b dev https://github.com/necyber/socketd.git
  • Initialize the local configuration file by registering the paths of the submodules.
git submodule init
  • Pull all data and check out the appropriate submodule commit.
git submodule update

Build

cd socketd/cpp/3rd/libhv
./configure
make
sudo make install
  • Build
cd socketd/cpp
make clean
make

Bug reports

Feel free to use the issue tracker on github.

If you are reporting a security bug please contact a maintainer privately. We follow responsible disclosure: we handle reports privately, prepare a patch, allow notifications to vendor lists. Then we push a fix release and your bug can be posted publicly with credit in our release notes and commit history.

Website

Contributing