Class: Resolv::DNS::Requester::ConnectedUDP::Sender

Inherits:
Sender
  • Object
show all
Defined in:
lib/net/dns/resolv.rb

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from Sender

#queue

Instance Method Summary collapse

Methods inherited from Sender

#initialize, #recv

Constructor Details

This class inherits a constructor from Resolv::DNS::Requester::Sender

Instance Method Details

#sendObject



705
706
707
# File 'lib/net/dns/resolv.rb', line 705

def send
  @sock.send(@msg, 0)
end