aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids/ccid3.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/dccp/ccids/ccid3.h')
-rw-r--r--net/dccp/ccids/ccid3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ccids/ccid3.h b/net/dccp/ccids/ccid3.h
index 462165234ff6..970921700ce3 100644
--- a/net/dccp/ccids/ccid3.h
+++ b/net/dccp/ccids/ccid3.h
@@ -46,7 +46,7 @@
46#define TFRC_STD_PACKET_SIZE 256 46#define TFRC_STD_PACKET_SIZE 256
47#define TFRC_MAX_PACKET_SIZE 65535 47#define TFRC_MAX_PACKET_SIZE 65535
48 48
49/* Two seconds as per CCID3 spec */ 49/* Two seconds as per RFC 3448 4.2 */
50#define TFRC_INITIAL_TIMEOUT (2 * USEC_PER_SEC) 50#define TFRC_INITIAL_TIMEOUT (2 * USEC_PER_SEC)
51 51
52/* In usecs - half the scheduling granularity as per RFC3448 4.6 */ 52/* In usecs - half the scheduling granularity as per RFC3448 4.6 */