method
recv_reply
recv_reply(readable_socks)
public
Hide source
# File lib/resolv.rb, line 719 def recv_reply(readable_socks) reply, from = readable_socks[0].recvfrom(UDPSize) return reply, [from[3],from[1]] end