--- zzzz-none-000/linux-2.6.19.2/net/dccp/ccids/ccid3.c 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/net/dccp/ccids/ccid3.c 2007-01-19 14:42:56.000000000 +0000 @@ -68,7 +68,7 @@ printk(KERN_DEBUG "%s: " format, __FUNCTION__, ##a); \ } while (0) #else -#define ccid3_pr_debug(format, a...) +#define ccid3_pr_debug(format, a...) do {} while (0) #endif static struct dccp_tx_hist *ccid3_tx_hist; @@ -379,7 +379,8 @@ packet->dccphtx_seqno = dp->dccps_gss; /* * Check if win_count have changed - * Algorithm in "8.1. Window Counter Value" in RFC 4342. + * Algorithm in "8.1. Window Counter Valuer" in + * draft-ietf-dccp-ccid3-11.txt */ quarter_rtt = timeval_delta(&now, &hctx->ccid3hctx_t_last_win_count); if (likely(hctx->ccid3hctx_rtt > 8))