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