From e325c1d50b3189df44c5117a71eed6006195f4b1 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 25 Feb 2020 23:02:18 +0100 Subject: [PATCH] Fix an issue with the Ethernet card on gruessi. --- ultimate.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2