| I've left the DCCP code to keep using RFC3390 logic, if they | wish to adopt this change in their code they can do so by | simply deleting the rfc33390_bytes_to_packets() function and | using TCP_INIT_CWND in their assignment. | | include/net/tcp.h | 12 +++--------- | net/dccp/ccids/ccid2.c | 9 +++++++++ Thank you for keeping the compatility, this seems an excellent way forward. The change only affects CCID-2, TCP-like congestion control. This still has some unresolved issues (related to cwnd) in its implementation. Once these have been resolved, we can return to tracking the state of the art in TCP, for the moment your patch works best. -- 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