Created
January 22, 2021 14:32
-
-
Save brunocascio/3a5758f547d1704a00e6868d5fff1144 to your computer and use it in GitHub Desktop.
Test multicast
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(server) iperf -s -u -B 224.0.0.0 -i 1 | |
(client) iperf -c 224.0.0.0 -u -T 32 -t 3 -i 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment