aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids/ccid3.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@outer-richmond.davemloft.net>2005-09-10 00:01:36 -0700
committerDavid S. Miller <davem@outer-richmond.davemloft.net>2005-09-10 00:01:36 -0700
commit41c29dd15b5c36bacdb06ee11facb9199d0b2de0 (patch)
tree0b929a5d7b60f0477886e9b08c670fa91a821ff8 /net/dccp/ccids/ccid3.h
parent87fc767b832ef5a681a0ff9d203c3289bc3be2bf (diff)
parent59d203f9e989c81defc2cb1c559d678e16dbe684 (diff)
downloadkernel_samsung_aries-41c29dd15b5c36bacdb06ee11facb9199d0b2de0.zip
kernel_samsung_aries-41c29dd15b5c36bacdb06ee11facb9199d0b2de0.tar.gz
kernel_samsung_aries-41c29dd15b5c36bacdb06ee11facb9199d0b2de0.tar.bz2
Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/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 d16f00d..eb24877 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))