]> git.sesse.net Git - ultimatescore/blobdiff - ultimate.sh
Fix an issue where newer browsers would squeeze the secondary scorebugs.
[ultimatescore] / 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