method
recv_reply
v1_8_7_72 -
Show latest stable
- Class:
Resolv::DNS::Requester::UnconnectedUDP
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