# File lib/packet/packet_connection.rb, line 59
    def connect ip,port,t_module,&block
      reactor.connect(ip,port,t_module,&block)
    end