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
- Fork it
- Create your feature branch (
git checkout -b new-branch-name
) - Commit your changes (
git commit -am 'Add comment at some your new features'
) - Push to the branch (
git push origin new-branch-name
) - Create new Pull Request