Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IPv6 support to the UDP sender #42

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 27, 2016

  1. Add IPv6 support to the UDP sender

    And set the socket host and port at init time so that it does not have
    to make a DNS call for every send.
    ferrous26 committed Mar 27, 2016
    Configuration menu
    Copy the full SHA
    6eca5a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2016

  1. Update dependencies and fix warnings for Ruby 2.3.0

    Using an older jeweler depended on a version of nokogiri that would not
    build for me; updating fixed that.
    
    I was getting runtime warnings from shoulda and mocha; updating them
    and changing the requirement fixed that.
    ferrous26 committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    c2990af View commit details
    Browse the repository at this point in the history