[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150518151648.6d33128c@urahara>
Date: Mon, 18 May 2015 15:16:48 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Kenneth Klette Jonassen <kennetkl@....uio.no>
Cc: netdev@...r.kernel.org, David Hayes <davihay@....uio.no>,
Yuchung Cheng <ycheng@...gle.com>,
Andreas Petlund <apetlund@...ula.no>
Subject: Re: [RFC PATCH net-next] tcp: add CDG congestion control
I am really happy to see more congestion control development.
> +static int window __read_mostly = 8;
> +static bool use_shadow __read_mostly = true;
> +static bool use_tolerance __read_mostly;
> +static uint backoff_beta __read_mostly = 0.70 * 1024;
> +static uint backoff_factor __read_mostly = 333;
> +static uint ineffective_thresh __read_mostly = 5;
> +static uint ineffective_hold __read_mostly = 5;
Module parameters make for rather ugly tuning.
They are ok for testing but difficult to use in real life.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists