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