From: Stephen Hemminger Date: Fri, 10 Nov 2006 00:35:15 +0000 (-0800) Subject: [TCP]: Restrict congestion control choices. X-Git-Tag: v2.6.20-rc1~34^2~40^2~419 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce7bc3bf15cbf5dc5a5587ccb6b04c5b4dde4336;p=pandora-kernel.git [TCP]: Restrict congestion control choices. Allow normal users to only choose among a restricted set of congestion control choices. The default is reno and what ever has been configured as default. But the policy can be changed by administrator at any time. For example, to allow any choice: cp /proc/sys/net/ipv4/tcp_available_congestion_control \ /proc/sys/net/ipv4/tcp_allowed_congestion_control Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed