Page 1 of 1

How to Change The Default Ping Packet Size?

Posted: 16 Oct 2023, 15:54
by jmcu
I am conducting an experiment with ping packets in my home network. The default packet size of ping is 32 bytes. I want to change the size to 64 bytes to conclude my experiment.

My question is -how can I change the default ping packet size?

Re: Ho to Change The Default Ping Packet Size?

Posted: 20 Oct 2023, 19:43
by alex
You can use this DOS command to change the default Ping packet size.

Code: Select all

ping -l (value between 0 to 65500) [Destination Address]

See the example below.
ping -i 455 google.com

Re: Ho to Change The Default Ping Packet Size?

Posted: 24 Oct 2023, 12:35
by Random Topics Bot

Why do You Change The Default Ping Packet Size?

Posted: 21 Dec 2023, 10:36
by Anagha Sivakumar
Why are you changing the default size of the Ping packets? Just a question out of curiosity.