From 228b682f14cf58c980cf4bdd3fd0917e1bf0619a Mon Sep 17 00:00:00 2001 From: Megachip Date: Sun, 22 Mar 2020 23:44:10 +0100 Subject: [PATCH 1/2] Update iperf3.markdown RPi 3B+ and 4 have 1 Gbit/s interface --- source/_integrations/iperf3.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/iperf3.markdown b/source/_integrations/iperf3.markdown index 84f04b742f4f..6843b1b17445 100644 --- a/source/_integrations/iperf3.markdown +++ b/source/_integrations/iperf3.markdown @@ -121,4 +121,4 @@ Example Service data: ## Notes -- When running on Raspberry Pi, just note that the maximum speed is limited by its 100 Mbit/s LAN adapter. +- When running on Raspberry Pi < 3B+, just note that the maximum speed is limited by its 100 Mbit/s LAN adapter. From 014ddb06c79335dc07867477a9628d014a14b4b8 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 23 Mar 2020 10:15:39 +0100 Subject: [PATCH 2/2] Remove the whole section --- source/_integrations/iperf3.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/_integrations/iperf3.markdown b/source/_integrations/iperf3.markdown index 6843b1b17445..b00362a38c7d 100644 --- a/source/_integrations/iperf3.markdown +++ b/source/_integrations/iperf3.markdown @@ -118,7 +118,3 @@ Example Service data: ```json {"host": "192.168.0.121"} ``` - -## Notes - -- When running on Raspberry Pi < 3B+, just note that the maximum speed is limited by its 100 Mbit/s LAN adapter.