From: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Wed, 20 Sep 2006 13:32:58 -0700
> Change default congestion control used from BIC to the newer CUBIC
> which it the successor to BIC but has better properties over long delay links.
>
> Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
Also ap
From: bert hubert <[EMAIL PROTECTED]>
Date: Sat, 23 Sep 2006 13:14:34 +0200
> All in all, this final iteration of the congestion selection patches appears
> to do the job!
>
> Davem, I'd recommend both patches for merging.
Great, I'll make sure I review them too and integrate them.
Thanks for c
Stephen,
I've applied both of your patches
(http://marc.theaimsgroup.com/?l=linux-netdev&m=115878447914612&w=2
and
http://marc.theaimsgroup.com/?l=linux-netdev&m=115878448125216&w=2
) and tried to break them, but it now appears to do the right thing in all
cases, even when malforming the .config
Change default congestion control used from BIC to the newer CUBIC
which it the successor to BIC but has better properties over long delay links.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
---
net/ipv4/Kconfig | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
--- ne