method
recv_reply
v1_8_6_287 -
Show latest stable
- Class:
Resolv::DNS::Requester::UnconnectedUDP
recv_reply()public
No documentation available.
# File lib/resolv.rb, line 639
def recv_reply
reply, from = @sock.recvfrom(UDPSize)
return reply, [from[3],from[1]]
end