Closed
Description
openedon Dec 10, 2020
Ping class mentions default Ping.exe timeout but it is not the same as in the code:
private const int DefaultTimeout = 5000; // 5 seconds: same as ping.exe on Windows.
Ping.exe documentation
Specifies the amount of time, in milliseconds, to wait for the echo Reply message corresponding to a given echo Request message. If the echo Reply message is not received within the time-out, the "Request timed out" error message is displayed. The default time-out is 4000 (4 seconds).
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/ping
Activity