On Fri, Aug 04, 2006 at 11:28:36AM -0300, Arnaldo Carvalho de Melo wrote: > Keep on experimenting, this is the spirit, that is why > tcp_congestion_ops is in inet_connection_sock, eventually I want to have Yea I noticed that when it was too late. The other thing to do is to abstract the state which congestion_ops use. It shouldn't access directly tcp's cwnd, srtt and so on. There should probably be a structure named something like congestion_state which contains that information. This way, both DCCP and TCP can provide the relevant information in a uniform way to the congestion algorithms. - : 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