Skip to content

Instantly share code, notes, and snippets.

@QuynhVir
Created May 24, 2020 16:33
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 QuynhVir/48df12b887ebbb412595bdc345959df0 to your computer and use it in GitHub Desktop.
Save QuynhVir/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