1

I need to use different congestion control algorithms for tcp flow.

How can I continue using those flow congestion algorithms from Fedora 11 in Fedora 17?

2 Answers2

1

You need to install the kernel-modules-extra package to get these modules.

TomH
  • 1,290
  • 7
  • 10
  • Not on Fedora 22 it seems. That was also my reflex, but after installing it, only DCTCP is available as a module, the others (which are compiled as modules by Fedora, e.g. YEAH, LP TCP, SCALABLE TCP, etc.) are not installed with this package. – Huygens Sep 16 '15 at 20:30
0

You can run different congestion control using this command. I.e Congstion Control Algorithm name

sysctl -w net.ipv4.tcp_congestion_control=cubic
sebix
  • 4,313
  • 2
  • 29
  • 47