# File lib/snmp/manager.rb, line 498
    def initialize(host, port)
        @socket = UDPSocket.open
        @socket.bind(host, port)
    end