This patch makes selection of congestion control algorithm simpler by using a single sysctl for that purpose, rather than a cascade of sysctls. The patch also does some minor cleanups to avoid cascad
For the millionth time, you can't just delete the existing sysctls. That is a user visisble interface. Instead, you have to make them at least appear to select a single congestion control algorithm a
David S. Miller wrote: For the millionth time, you can't just delete the existing sysctls. That is a user visisble interface. Instead, you have to make them at least appear to select a single congest
[..] Maybe this could be a starting point. This version of hybla patch makes our sysctls mutually exclusive by switching all off just before performing a "write" operation on one of them. However, th
Wheee! Now I just have to finish this client project and see what you come up with to see if it fits what I need for the selectable DCCP congestion control stuff 8) -- - Arnaldo
This patch makes selection of congestion control algorithm simpler by using a single sysctl for that purpose, rather than a cascade of sysctls. The patch also does some minor cleanups to avoid cascad
For the millionth time, you can't just delete the existing sysctls. That is a user visisble interface. Instead, you have to make them at least appear to select a single congestion control algorithm a
For the millionth time, you can't just delete the existing sysctls. That is a user visisble interface. Instead, you have to make them at least appear to select a single congestion control algorithm
[..] Maybe this could be a starting point. This version of hybla patch makes our sysctls mutually exclusive by switching all off just before performing a "write" operation on one of them. However, th
Author: Arnaldo Carvalho de Melo <arnaldo.melo@xxxxxxxxx>
Date: Sat, 26 Feb 2005 06:41:34 -0300
Wheee! Now I just have to finish this client project and see what you come up with to see if it fits what I need for the selectable DCCP congestion control stuff 8) -- - Arnaldo