Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3185
b: refs/heads/master
c: a648404
h: refs/heads/master
i:
  3183: 75a82d1
v: v3
  • Loading branch information
David S. Miller committed Jun 25, 2005
1 parent 0799d0b commit 0484602
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 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: bb298ca3ce92574d57c4e49b329421425ea7d279
refs/heads/master: a6484045fdd4154f8c8ee8c1dda4e32854c047e0
20 changes: 19 additions & 1 deletion trunk/net/ipv4/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,22 @@ config IP_TCPDIAG
config IP_TCPDIAG_IPV6
def_bool (IP_TCPDIAG=y && IPV6=y) || (IP_TCPDIAG=m && 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.

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

If unsure, say N.

# TCP Reno is builtin (required as fallback)
menu "TCP congestion control"
depends on INET
depends on TCP_CONG_ADVANCED

config TCP_CONG_BIC
tristate "Binary Increase Congestion (BIC) control"
Expand Down Expand Up @@ -535,5 +548,10 @@ config TCP_CONG_SCALABLE

endmenu

config TCP_CONG_BIC
boolean
depends on !TCP_CONG_ADVANCED
default y

source "net/ipv4/ipvs/Kconfig"

0 comments on commit 0484602

Please sign in to comment.