TCP Congestion

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 19:18, 9 April 2018 (edit)
S2s2 (Talk | contribs)
m (TCPCongestion moved to TCP Congestion: fix name)
← Previous diff
Revision as of 19:39, 9 April 2018 (edit) (undo)
S2s2 (Talk | contribs)

Next diff →
Line 1: Line 1:
This is a stub for a future TCP Congestion Control article. This is a stub for a future TCP Congestion Control article.
 +
 +To find the available congestion control algorithm modules (although the kernel may have more built-in, see below):
 +
 +<code>ls -la /sys/module/tcp_*</code>
 +
 +e.g. tcp_vegas, tcp_hybla
 +
 +To find the allowed congestion control algorithms:
 +
 +<code>cat /proc/sys/net/ipv4/tcp_allowed_congestion_control</code>
 +
 +e.g. vegas westwood reno
 +
 +To find the available congestion control algorithms:
 +
 +<code>cat /proc/sys/net/ipv4/tcp_available_congestion_control</code>
 +
 +e.g. vegas westwood reno hybla (these also appear in the web interface)

Revision as of 19:39, 9 April 2018

This is a stub for a future TCP Congestion Control article.

To find the available congestion control algorithm modules (although the kernel may have more built-in, see below):

ls -la /sys/module/tcp_*

e.g. tcp_vegas, tcp_hybla

To find the allowed congestion control algorithms:

cat /proc/sys/net/ipv4/tcp_allowed_congestion_control

e.g. vegas westwood reno

To find the available congestion control algorithms:

cat /proc/sys/net/ipv4/tcp_available_congestion_control

e.g. vegas westwood reno hybla (these also appear in the web interface)