Skip to content

Instantly share code, notes, and snippets.

@davidcsejtei
Last active December 20, 2017 12:52
Show Gist options
  • Save davidcsejtei/029461d15ed20a7b3444765c83a31498 to your computer and use it in GitHub Desktop.
Save davidcsejtei/029461d15ed20a7b3444765c83a31498 to your computer and use it in GitHub Desktop.
Ping with given size data without fragmentation
#LINUX: Ping google.com 10 times with 1460 bytes of data without fragmentation
ping google.com -c 10 -s 1460 -M do
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment