method

recv_reply

recv_reply()
public

No documentation available.

# File lib/resolv.rb, line 655
        def recv_reply
          reply, from = @sock.recvfrom(UDPSize)
          return reply, [from[3],from[1]]
        end