Flowdock
method

make_udp_requester

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: Resolv::DNS
make_udp_requester() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/resolv.rb, line 556
    def make_udp_requester # :nodoc:
      nameserver_port = @config.nameserver_port
      if nameserver_port.length == 1
        Requester::ConnectedUDP.new(*nameserver_port[0])
      else
        Requester::UnconnectedUDP.new(*nameserver_port)
      end
    end
Register or log in to add new notes.