# File lib/new_relic/agent/new_relic_service.rb, line 268 def start_connection(conn) NewRelic::Agent.logger.debug("Opening TCP connection to #{conn.address}:#{conn.port}") NewRelic::TimerLib.timeout(@request_timeout) { conn.start } conn end