You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
Greetings! I recently noticed that nodes udp library does a dns lookup on every socket.send call. It looks like newer versions of node allow callers to specify a custom lookup function on socket creation dgram.createSocket. But older versions don't.
Would it be possible to introduce a change to allow callers to specify a createSocket function as part of the statsd client arguments. This approach was taken in order to enable backwards compatibility with wayyy older versions of node (ie v0.10).
Greetings! I recently noticed that nodes udp library does a dns lookup on every
socket.send
call. It looks like newer versions of node allow callers to specify a customlookup
function on socket creationdgram.createSocket
. But older versions don't.Would it be possible to introduce a change to allow callers to specify a
createSocket
function as part of the statsd client arguments. This approach was taken in order to enable backwards compatibility with wayyy older versions of node (ie v0.10).I appreciate your time!
danny
#76
The text was updated successfully, but these errors were encountered: