Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111547
b: refs/heads/master
c: 891e4d8
h: refs/heads/master
i:
  111545: c9add78
  111543: 76ec290
v: v3
  • Loading branch information
Gerrit Renker committed Sep 4, 2008
1 parent 86df5e7 commit a3415fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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: 9d497a2c9120e31ff417e75f9f5576c4cde11281
refs/heads/master: 891e4d8a402427bc40dee4c8413213a584710372
9 changes: 4 additions & 5 deletions trunk/net/dccp/ccids/Kconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
menu "DCCP CCIDs Configuration (EXPERIMENTAL)"
depends on EXPERIMENTAL

config IP_DCCP_CCID2
tristate "CCID2 (TCP-Like) (EXPERIMENTAL)"
tristate "CCID2 (TCP-Like)"
def_tristate IP_DCCP
---help---
CCID 2, TCP-like Congestion Control, denotes Additive Increase,
Expand Down Expand Up @@ -35,7 +34,7 @@ config IP_DCCP_CCID2_DEBUG
If in doubt, say N.

config IP_DCCP_CCID3
tristate "CCID3 (TCP-Friendly) (EXPERIMENTAL)"
tristate "CCID3 (TCP-Friendly)"
def_tristate IP_DCCP
select IP_DCCP_TFRC_LIB
---help---
Expand Down Expand Up @@ -63,9 +62,9 @@ config IP_DCCP_CCID3

If in doubt, say M.

if IP_DCCP_CCID3
config IP_DCCP_CCID3_DEBUG
bool "CCID3 debugging messages"
depends on IP_DCCP_CCID3
---help---
Enable CCID3-specific debugging messages.

Expand All @@ -78,7 +77,6 @@ config IP_DCCP_CCID3_DEBUG
config IP_DCCP_CCID3_RTO
int "Use higher bound for nofeedback timer"
default 100
depends on IP_DCCP_CCID3 && EXPERIMENTAL
---help---
Use higher lower bound for nofeedback timer expiration.

Expand All @@ -105,6 +103,7 @@ config IP_DCCP_CCID3_RTO
The purpose of the nofeedback timer is to slow DCCP down when there
is serious network congestion: experimenting with larger values should
therefore not be performed on WANs.
endif # IP_DCCP_CCID3

config IP_DCCP_TFRC_LIB
tristate
Expand Down

0 comments on commit a3415fd

Please sign in to comment.