method

connecting

v1_9_2_180 - Show latest stable - Class: GServer
connecting(client)
protected

No documentation available.

# File lib/gserver.rb, line 134
  def connecting(client)
    addr = client.peeraddr
    log("#{self.class.to_s} #{@host}:#{@port} client:#{addr[1]} " +
        "#{addr[2]}<#{addr[3]}> connect")
    true
  end