Skip to content

Instantly share code, notes, and snippets.

@by-nari
Created May 24, 2020 16:33
Show Gist options
  • Save by-nari/48df12b887ebbb412595bdc345959df0 to your computer and use it in GitHub Desktop.
Save by-nari/48df12b887ebbb412595bdc345959df0 to your computer and use it in GitHub Desktop.
How to detect if network is dropping UDP packets?

On serverside use

iperf3 --server

On client side use

iperf3 --udp --client <server address>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment