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