Changes between Version 7 and Version 8 of wireless/wifi


Ignore:
Timestamp:
01/12/2018 11:01:42 PM (7 years ago)
Author:
Bobby Jones
Comment:

Added congestion control algorithm troubleshooting

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified wireless/wifi

    v7 v8  
    554554
    555555===== Troubleshooting =====
     556If encountering bad TCP performance with ath10k cards (ie ~20Mbits/s):
     557 * Try changing the congestion algorithm via
     558 {{{
     559# "cubic" and "reno" algorithms are built by default
     560echo reno > /proc/sys/net/ipv4/tcp_congestion_control
     561}}}
     562
    556563If encountering issues:
    557564