# File lib/cool.io/eventmachine.rb, line 175
    def self.connect(*args)
      a = super *args
      # the connect timer currently kills TCPServer classes.  I'm not sure why.
      #@connection_timer = ConnectTimer.new(14) # needs to be at least higher than 12 :)
      #@connection_timer.parent = a
      #@connection_timer.attach(Coolio::Loop.default)
      a
    end