We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dad4a7 commit 805bf89Copy full SHA for 805bf89
examples/LAN8651-iperf/README.md
@@ -35,5 +35,5 @@ PING 192.168.42.101 (192.168.42.101) 56(84) bytes of data.
35
```
36
Start `iperf` on your PC:
37
```bash
38
-iperf -c 192.168.42.101 -u -b 10M
+iperf --client 192.168.42.101 --udp --bandwidth 10M
39
0 commit comments