Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193602
b: refs/heads/master
c: 6ce1a6d
h: refs/heads/master
v: v3
  • Loading branch information
Jan Engelhardt authored and David S. Miller committed Mar 17, 2010
1 parent 72917a5 commit 0b15edb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dd2acaa7bcb150dadac0b17c8eb654b0712a62ab
refs/heads/master: 6ce1a6df6efbbeaa262a225a1a439ebc30a75d2e
4 changes: 4 additions & 0 deletions trunk/net/ipv4/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,9 @@ choice
config DEFAULT_VEGAS
bool "Vegas" if TCP_CONG_VEGAS=y

config DEFAULT_VENO
bool "Veno" if TCP_CONG_VENO=y

config DEFAULT_WESTWOOD
bool "Westwood" if TCP_CONG_WESTWOOD=y

Expand All @@ -616,6 +619,7 @@ config DEFAULT_TCP_CONG
default "hybla" if DEFAULT_HYBLA
default "vegas" if DEFAULT_VEGAS
default "westwood" if DEFAULT_WESTWOOD
default "veno" if DEFAULT_VENO
default "reno" if DEFAULT_RENO
default "cubic"

Expand Down

0 comments on commit 0b15edb

Please sign in to comment.