Project

General

Profile

Actions

Feature #5100

closed

allow configurable timeouts in resolv.rb

Added by normalperson (Eric Wong) over 12 years ago. Updated over 12 years ago.

Status:
Closed
Target version:
[ruby-core:38533]

Description

Currently the resolv.rb timeouts are hard-coded and too high for some
users. It would be nice to have an easy way of timing out DNS requests without
resorting to the innefficient and potentially dangerous "timeout" library.


Files

0001-lib-resolv.rb-Resolv-DNS-implement-configurable-time.patch (3.32 KB) 0001-lib-resolv.rb-Resolv-DNS-implement-configurable-time.patch RFC/PATCH for Resolv::DNS#timeouts= method normalperson (Eric Wong), 07/27/2011 08:45 AM
Actions #1

Updated by normalperson (Eric Wong) over 12 years ago

I've added a timeouts= instance method to Resolv::DNS. I'm unsure about
the API, but it should be usable (test case included).

Also pullable via git:
git pull git://bogomips.org/ruby resolv-timeout

Updated by akr (Akira Tanaka) over 12 years ago

  • Assignee set to akr (Akira Tanaka)
Actions #3

Updated by akr (Akira Tanaka) over 12 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r33504.
Eric, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


  • lib/resolv.rb: make timeout configurable for DNS query.
    patch by Eric Wong. [ruby-core:38533] [Feature #5100]
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0