method
recv_reply

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