diff options
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | 2006-11-27 09:13:38 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 00:30:35 -0500 |
commit | 90feeb951f61a80d3a8f8e5ced25b9ec78867eaf (patch) | |
tree | da51cfafc387972099ab2540ae301f8ae3fd7e8c /net/dccp/ccids/ccid3.h | |
parent | 6472c051fcc5e571a9abee7f7a1ac58cc6e7bafa (diff) |
[DCCP] ccid3: Fix bug in calculation of first t_nom and first t_ipi
Problem:
Diffstat (limited to 'net/dccp/ccids/ccid3.h')
-rw-r--r-- | net/dccp/ccids/ccid3.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/dccp/ccids/ccid3.h b/net/dccp/ccids/ccid3.h index e2e43c1a4726..462165234ff6 100644 --- a/net/dccp/ccids/ccid3.h +++ b/net/dccp/ccids/ccid3.h | |||
@@ -49,8 +49,6 @@ | |||
49 | /* Two seconds as per CCID3 spec */ | 49 | /* Two seconds as per CCID3 spec */ |
50 | #define TFRC_INITIAL_TIMEOUT (2 * USEC_PER_SEC) | 50 | #define TFRC_INITIAL_TIMEOUT (2 * USEC_PER_SEC) |
51 | 51 | ||
52 | #define TFRC_INITIAL_IPI (USEC_PER_SEC / 4) | ||
53 | |||
54 | /* In usecs - half the scheduling granularity as per RFC3448 4.6 */ | 52 | /* In usecs - half the scheduling granularity as per RFC3448 4.6 */ |
55 | #define TFRC_OPSYS_HALF_TIME_GRAN (USEC_PER_SEC / (2 * HZ)) | 53 | #define TFRC_OPSYS_HALF_TIME_GRAN (USEC_PER_SEC / (2 * HZ)) |
56 | 54 | ||