Anyone noted the this? Had to change it again, the interdiff is below. This is one of the reasons why tracking drafts is a nightmare ... changes all over the place. Have put this updated version into the test tree. --- a/net/dccp/ccids/ccid3.c +++ b/net/dccp/ccids/ccid3.c @@ -335,7 +335,7 @@ static int ccid3_hc_tx_send_packet(struc hctx->ccid3hctx_x = rfc3390_initial_rate(sk); hctx->ccid3hctx_t_ld = now; } else { - /* Sender does not have RTT sample: X = MSS/second */ + /* Sender does not have RTT sample: X_pps = 1 pkt/sec */ hctx->ccid3hctx_x = hctx->ccid3hctx_s; hctx->ccid3hctx_x <<= 6; - To unsubscribe from this list: send the line "unsubscribe dccp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html