can the default maximum size 0f 65000 bytes of packet of ping can be increased..
|
feedback
|
migrated from stackoverflow.com Oct 24 '09 at 5:44
This question came from our site for professional and enthusiast programmers.
|
Yes In Windows, type:
where xx is the buffer size. For full options of the Windows ping command -
| |||
|
feedback
|
|
The maximum size of an IPv4 packet is 65535 bytes of which some is protocol overhead so that data must be a couple bytes less than 65535 and a ping can't be more than one IP packet, so the answer is no. Why would you want to send a larger ping? | |||
|
feedback
|
|
Yes, there is a way to increase the default size. Which OS or network device are you referring to? By the way, there really is no practical reason to increase the size unless you're super curious or just plain ol' malicious. From a network operations perspective, the increased overhead will choke performance. This is a bad idea. From a security perspective, and much like John T points out, increasing the packet size for ICMP messages will usually lead to denial of service | |||
|
feedback
|
|
You can use the | |||
|
feedback
|
