Last active
December 20, 2017 12:52
-
-
Save davidcsejtei/029461d15ed20a7b3444765c83a31498 to your computer and use it in GitHub Desktop.
Ping with given size data without fragmentation
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
#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