# File lib/mongrel.rb, line 656
656:     def configure_socket_options
657:       if /linux/ === RUBY_PLATFORM
658:         # 9 is currently TCP_DEFER_ACCEPT
659:         $tcp_defer_accept_opts = [9,1]
660:         $tcp_cork_opts = [3,1]
661:       end
662:     end