From: Steinar H. Gunderson Date: Tue, 25 Feb 2020 22:02:18 +0000 (+0100) Subject: Fix an issue with the Ethernet card on gruessi. X-Git-Url: https://git.sesse.net/?p=ultimatescore;a=commitdiff_plain;h=e325c1d50b3189df44c5117a71eed6006195f4b1 Fix an issue with the Ethernet card on gruessi. --- diff --git a/ultimate.sh b/ultimate.sh index a06a1d3..e06d620 100755 --- a/ultimate.sh +++ b/ultimate.sh @@ -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