Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35547
b: refs/heads/master
c: 597811e
h: refs/heads/master
i:
  35545: fa61ae2
  35543: 6f2fea8
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Sep 25, 2006
1 parent e860b52 commit 9308b77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 3d2573f7ebe507e372a23cdd3c8b03305d6e90aa
refs/heads/master: 597811ec167fa01c926a0957a91d9e39baa30e64
12 changes: 6 additions & 6 deletions trunk/net/ipv4/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -455,15 +455,15 @@ menuconfig TCP_CONG_ADVANCED
modules.

Nearly all users can safely say no here, and a safe default
selection will be made (BIC-TCP with new Reno as a fallback).
selection will be made (CUBIC with new Reno as a fallback).

If unsure, say N.

if TCP_CONG_ADVANCED

config TCP_CONG_BIC
tristate "Binary Increase Congestion (BIC) control"
default y
default m
---help---
BIC-TCP is a sender-side only change that ensures a linear RTT
fairness under large windows while offering both scalability and
Expand All @@ -477,7 +477,7 @@ config TCP_CONG_BIC

config TCP_CONG_CUBIC
tristate "CUBIC TCP"
default m
default y
---help---
This is version 2.0 of BIC-TCP which uses a cubic growth function
among other techniques.
Expand Down Expand Up @@ -574,7 +574,7 @@ config TCP_CONG_VENO

choice
prompt "Default TCP congestion control"
default DEFAULT_BIC
default DEFAULT_CUBIC
help
Select the TCP congestion control that will be used by default
for all connections.
Expand All @@ -601,7 +601,7 @@ endchoice

endif

config TCP_CONG_BIC
config TCP_CONG_CUBIC
tristate
depends on !TCP_CONG_ADVANCED
default y
Expand All @@ -614,7 +614,7 @@ config DEFAULT_TCP_CONG
default "vegas" if DEFAULT_VEGAS
default "westwood" if DEFAULT_WESTWOOD
default "reno" if DEFAULT_RENO
default "bic"
default "cubic"

source "net/ipv4/ipvs/Kconfig"

0 comments on commit 9308b77

Please sign in to comment.