# File lib/snmp/manager.rb, line 34
    def send(data, host, port)
      @socket.send(data, 0, host, port)
    end