brightcove / hot-shots

Node.js client for statsd, DogStatsD, and Telegraf
MIT License
527 stars 135 forks source link

Add udpSocketOptions as a StatsD option #231

Closed hjr3 closed 2 years ago

hjr3 commented 2 years ago

This options allows the library user to control how the UDP socket is created. If not specified, we maintain existing compatibility by defaulting to a udp4 socket family with no other options.

Fixes #223