/libeyeballs

happy eyeballs(RFC6555) library for C++

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

libeyeballs

happy eyeballs(RFC6555) library for C++


# git clone https://github.com/bave/libeyeballs.git
# cd libeyeballs
# make
# make install (if your platform is Linux)
# cd src
# ./test

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b new-branch-name)
  3. Commit your changes (git commit -am 'Add comment at some your new features')
  4. Push to the branch (git push origin new-branch-name)
  5. Create new Pull Request