|
@@ -129,13 +129,6 @@ static int sysctl_tcp_congestion_control(ctl_table *table, int __user *name,
|
|
return ret;
|
|
return ret;
|
|
}
|
|
}
|
|
|
|
|
|
-static int __init tcp_congestion_default(void)
|
|
|
|
-{
|
|
|
|
- return tcp_set_default_congestion_control(CONFIG_DEFAULT_TCP_CONG);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-late_initcall(tcp_congestion_default);
|
|
|
|
-
|
|
|
|
ctl_table ipv4_table[] = {
|
|
ctl_table ipv4_table[] = {
|
|
{
|
|
{
|
|
.ctl_name = NET_IPV4_TCP_TIMESTAMPS,
|
|
.ctl_name = NET_IPV4_TCP_TIMESTAMPS,
|