method
connecting
connecting(client)
protected
Hide source
# 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


