ipv4: Enable TCP_CONG_DCTCP as module

svn path=/dists/trunk/linux/; revision=22157
This commit is contained in:
Ben Hutchings 2014-12-09 05:46:37 +00:00
parent 8ba6ebe359
commit 8fd7a5308d
2 changed files with 3 additions and 0 deletions

1
debian/changelog vendored
View File

@ -10,6 +10,7 @@ linux (3.18-1~exp1) UNRELEASED; urgency=medium
* net: Enable 6LOWPAN as module; re-enable BT_6LOWPAN and
IEEE802154_6LOWPAN as modules
* net: Enable GENEVE as module; enable OPENVSWITCH_GENEVE
* ipv4: Enable TCP_CONG_DCTCP as module
-- Ben Hutchings <ben@decadent.org.uk> Tue, 09 Dec 2014 02:08:47 +0000

View File

@ -5652,6 +5652,7 @@ CONFIG_TCP_CONG_LP=m
CONFIG_TCP_CONG_VENO=m
CONFIG_TCP_CONG_YEAH=m
CONFIG_TCP_CONG_ILLINOIS=m
CONFIG_TCP_CONG_DCTCP=m
## choice: Default TCP congestion control
# CONFIG_DEFAULT_BIC is not set
CONFIG_DEFAULT_CUBIC=y
@ -5659,6 +5660,7 @@ CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_VEGAS is not set
# CONFIG_DEFAULT_WESTWOOD is not set
# CONFIG_DEFAULT_RENO is not set
# CONFIG_DEFAULT_DCTCP is not set
## end choice
CONFIG_TCP_MD5SIG=y