Re: [LEDE-DEV] [PATCH] kernel: try to remove TCP_RENO from the kernel.

2017-08-08 Thread Baptiste Jonglez
Hi, On Sat, Aug 05, 2017 at 06:15:46PM -0700, Rosen Penev wrote: > LEDE currently uses CUBIC and not RENO by default. In theory, this > change should remove RENO from the kernel, but it doesn't. Might > as well keep it like this in case something changes. As far as I can tell, Reno is hard-wired

[LEDE-DEV] [PATCH] kernel: try to remove TCP_RENO from the kernel.

2017-08-05 Thread Rosen Penev
LEDE currently uses CUBIC and not RENO by default. In theory, this change should remove RENO from the kernel, but it doesn't. Might as well keep it like this in case something changes. Signed-off by: Rosen Penev --- target/linux/generic/config-3.18 | 2 +-