# File lib/mongrel/tcphack.rb, line 23 23: def initialize_with_backlog(*args) 24: initialize_without_backlog(*args) 25: listen(1024) 26: end