Skip to content

Instantly share code, notes, and snippets.

@dreh23
Created May 10, 2017 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dreh23/c58e3f25ecbcd401c95c807db6be549d to your computer and use it in GitHub Desktop.
Save dreh23/c58e3f25ecbcd401c95c807db6be549d to your computer and use it in GitHub Desktop.
iperf multicast test
receiver:
iperf -s -u -B 224.0.55.55 -i 1
sender:
iperf -c 224.0.55.55 -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