[arch-general] CONFIG_TCP_CONG_VENO on Wifi link with a laptop
does anyone had a positive experience with this TCP congestion avoidance method with this particular setup?
On Tue, Apr 22, 2014 at 5:38 AM, Olivier Langlois <olivier@olivierlanglois.net> wrote:
does anyone had a positive experience with this TCP congestion avoidance method with this particular setup?
Hmm. I want to try this.
On Wed, Apr 23, 2014 at 9:03 AM, Martti Kühne <mysatyre@gmail.com> wrote:
On Tue, Apr 22, 2014 at 5:38 AM, Olivier Langlois <olivier@olivierlanglois.net> wrote:
does anyone had a positive experience with this TCP congestion avoidance method with this particular setup?
Hmm. I want to try this.
the stock kernel actually ships tcp_veno. this is how to set it up: # echo tcp_veno > /etc/modules-load.d/tcp_veno.conf # echo net.ipv4.tcp_congestion_control = veno > /etc/sysctl.d/tcp_veno.conf I'm trying it for my laptop right now. Nothing out of the ordinary happened, I haven't tested the throughput since, but it's working fine. cheers! mar77i
participants (2)
-
Martti Kühne
-
Olivier Langlois