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.
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.