mafintosh / dns-socket

Make custom low-level DNS requests from node with retry support.
MIT License
106 stars 18 forks source link

configurable retries and timeout #1

Closed silverwind closed 7 years ago

silverwind commented 8 years ago

I think it'd useful to have options for tries and timeout. For ease-of use,timeout should probably refer to the whole timespan and each individual retry shall have a timeout of timeout/tries.

mafintosh commented 8 years ago

sounds good. wanna do pr? :)

silverwind commented 8 years ago

Will do.

mafintosh commented 7 years ago

fixed by you!