# File lib/mongrel/tcphack.rb, line 11 def initialize_with_backlog(*args) initialize_without_backlog(*args) listen(1024) end