reinh / statsd

A Ruby Statsd client that isn't a direct port of the Python example code. Because Ruby isn't Python.
MIT License
411 stars 154 forks source link

Add IPv6 support #46

Closed aw closed 11 years ago

aw commented 11 years ago

This fix will guess the address family of the @host, and listen on an IPv4 or IPv6 socket based on the result.

Much simpler :panda_face:

I also added some tests.

/cc reinh/statsd#38