Dnia Saturday 08 of March 2008, Gerrit Renker napisał: > I am interested in seeing at least a subset of Ian's work realised and I > am also interested in your plans. > I've written a few lines of code that might be worth discussing. Available at http://dccp.one.pl/svn/. Sorry that it's Subversion but I'm not entirely comfortable with git (yet). Now a few lines of description of what's inside: * the code for queuing and dequeing packets has been moved to policies, * there are two policies: simple and prio, * simple policy is the default and is intended to work as before the changes, * prio policy's code is ugly and probably slow. But it works and can show the benefits using userspace test program, * policies can be manipulated both by getsockopt/setsockopt and /proc/sys/net/dccp/policies/ What do you think of the code? What would need to be corrected for inclusion in dccp_exp test tree? I'd be most interested in comments about design and interfaces but bug reports and suggestions about better implementation of prio policy are also welcome. -- Regards, Tomasz Grobelny -- 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