aboutsummaryrefslogtreecommitdiff
path: root/net/dccp/ccids/ccid3.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2005-09-10 11:01:33 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2005-09-10 11:01:33 -0700
commit2a0445158192246c421467320af0d2f45a98f02c (patch)
treeec3d085527cde397de554ea5d5e4d81dadc6b85e /net/dccp/ccids/ccid3.h
parent2625c1be3425f5a9d8ef1434449b7d954aaf199d (diff)
parente6df439b89dbf9eb977c2dc6f7b0644be3704df4 (diff)
Merge davem@outer-richmond.davemloft.net:src/GIT/net-2.6/
Diffstat (limited to 'net/dccp/ccids/ccid3.h')
-rw-r--r--net/dccp/ccids/ccid3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/dccp/ccids/ccid3.h b/net/dccp/ccids/ccid3.h
index d16f00d784f..eb248778eea 100644
--- a/net/dccp/ccids/ccid3.h
+++ b/net/dccp/ccids/ccid3.h
@@ -48,6 +48,8 @@
/* Two seconds as per CCID3 spec */
#define TFRC_INITIAL_TIMEOUT (2 * USEC_PER_SEC)
+#define TFRC_INITIAL_IPI (USEC_PER_SEC / 4)
+
/* In usecs - half the scheduling granularity as per RFC3448 4.6 */
#define TFRC_OPSYS_HALF_TIME_GRAN (USEC_PER_SEC / (2 * HZ))