What is the maximum possible ping?

In the specification of ping protocol, there is no maximum for timeout value . In our code, we use int as data type for this properties, so the maximum value would be 2147483647. However, this value as milliseconds is equivalent to approx. 25 days.

Leave a Reply

Your email address will not be published. Required fields are marked *