On 8/20/07, Shahiduzzaman <shahid21st@xxxxxxxxx> wrote: > Hi all, > > This may be a redundant or very naive question - sorry in advance for > that. Can anybody tell me, whether the current Linux kernel DCCP > implementation is done in a fashion like TCP pluggable congestion > avoidance modules infrastructure (http://lwn.net/Articles/128681/) ? > > > Thanks. > > > Shahid The short answer is yes and no! No that the in-tree version does not support it. Yes in that for CCID2 (TCP like) there was an out of tree version that could use the different TCP congestion control methods. If you mean a simple way to plug in new CCIDs like CCID4 etc then the answer is no. However two people are working on CCID4 which may make the code more modular. Hope this helps, Ian -- Web1: http://wand.net.nz/~iam4/ Web2: http://www.jandi.co.nz Blog: http://iansblog.jandi.co.nz