Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353570
b: refs/heads/master
c: 44fbe92
h: refs/heads/master
v: v3
  • Loading branch information
Kees Cook committed Jan 11, 2013
1 parent e871822 commit 4a7cd97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aec9a0eb5f4615407a5ec2949eaa5f07ee82143a
refs/heads/master: 44fbe92001d7aeca8f364142409dde3c57025be0
11 changes: 1 addition & 10 deletions trunk/net/ipv4/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,6 @@ config TCP_CONG_HTCP

config TCP_CONG_HSTCP
tristate "High Speed TCP"
depends on EXPERIMENTAL
default n
---help---
Sally Floyd's High Speed TCP (RFC 3649) congestion control.
Expand All @@ -499,7 +498,6 @@ config TCP_CONG_HSTCP

config TCP_CONG_HYBLA
tristate "TCP-Hybla congestion control algorithm"
depends on EXPERIMENTAL
default n
---help---
TCP-Hybla is a sender-side only change that eliminates penalization of
Expand All @@ -509,7 +507,6 @@ config TCP_CONG_HYBLA

config TCP_CONG_VEGAS
tristate "TCP Vegas"
depends on EXPERIMENTAL
default n
---help---
TCP Vegas is a sender-side only change to TCP that anticipates
Expand All @@ -520,7 +517,6 @@ config TCP_CONG_VEGAS

config TCP_CONG_SCALABLE
tristate "Scalable TCP"
depends on EXPERIMENTAL
default n
---help---
Scalable TCP is a sender-side only change to TCP which uses a
Expand All @@ -530,7 +526,6 @@ config TCP_CONG_SCALABLE

config TCP_CONG_LP
tristate "TCP Low Priority"
depends on EXPERIMENTAL
default n
---help---
TCP Low Priority (TCP-LP), a distributed algorithm whose goal is
Expand All @@ -540,7 +535,6 @@ config TCP_CONG_LP

config TCP_CONG_VENO
tristate "TCP Veno"
depends on EXPERIMENTAL
default n
---help---
TCP Veno is a sender-side only enhancement of TCP to obtain better
Expand All @@ -552,7 +546,6 @@ config TCP_CONG_VENO

config TCP_CONG_YEAH
tristate "YeAH TCP"
depends on EXPERIMENTAL
select TCP_CONG_VEGAS
default n
---help---
Expand All @@ -567,7 +560,6 @@ config TCP_CONG_YEAH

config TCP_CONG_ILLINOIS
tristate "TCP Illinois"
depends on EXPERIMENTAL
default n
---help---
TCP-Illinois is a sender-side modification of TCP Reno for
Expand Down Expand Up @@ -631,8 +623,7 @@ config DEFAULT_TCP_CONG
default "cubic"

config TCP_MD5SIG
bool "TCP: MD5 Signature Option support (RFC2385) (EXPERIMENTAL)"
depends on EXPERIMENTAL
bool "TCP: MD5 Signature Option support (RFC2385)"
select CRYPTO
select CRYPTO_MD5
---help---
Expand Down

0 comments on commit 4a7cd97

Please sign in to comment.