[DCCP] ccid3: Fix bug in calculation of first t_nom and first t_ipi

Problem:
This commit is contained in:
Gerrit Renker
2006-11-27 12:13:38 -02:00
committed by David S. Miller
parent 6472c051fc
commit 90feeb951f
2 changed files with 6 additions and 7 deletions

View File

@ -49,8 +49,6 @@
/* 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))