]> git.sesse.net Git - ultimatescore/commitdiff
Fix an issue with the Ethernet card on gruessi.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 25 Feb 2020 22:02:18 +0000 (23:02 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 25 Feb 2020 22:02:18 +0000 (23:02 +0100)
ultimate.sh

index a06a1d31e17e041cf1b21a68cb361040b4489270..e06d620b27d246b36b5a5b5c30fe728cf95ae4b6 100755 (executable)
@@ -15,6 +15,7 @@ for DEV in $( ip link | grep UP | cut -d" " -f2 | cut -d: -f1 | cut -d@ -f1 | gr
        sudo tc qdisc add root dev $DEV fq
 done
 echo bbr | sudo tee /proc/sys/net/ipv4/tcp_congestion_control
+sudo ethtool -K enp0s31f6 tx off  # takes iperf from 750 to 920 mbit/sec!?
 
 # Make sure CSS is up-to-date
 sass score.scss score.css