projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c36076
)
[TCP]: Let TCP_CONG_ADVANCED default to n
author
Adrian Bunk
<bunk@stusta.de>
Sun, 26 Jun 2005 22:21:15 +0000
(15:21 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 26 Jun 2005 22:21:15 +0000
(15:21 -0700)
It doesn't seem to make much sense to let an "If unsure, say N." option
default to y.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/Kconfig
patch
|
blob
|
history
diff --git
a/net/ipv4/Kconfig
b/net/ipv4/Kconfig
index 7342a9afe01847ab963752c3cc3bd9fbe0273f4c..3e63123f7bbd3b51428f62fa57d14b3bc0134e74 100644
(file)
--- a/
net/ipv4/Kconfig
+++ b/
net/ipv4/Kconfig
@@
-448,7
+448,6
@@
config IP_TCPDIAG_IPV6
config TCP_CONG_ADVANCED
bool "TCP: advanced congestion control"
depends on INET
- default y
---help---
Support for selection of various TCP congestion control
modules.