Same as EstimatePingTime, but assumes that one location is the local host.
This is a bit faster, especially if you need to calculate a bunch of
these in a loop to find the fastest one.
In rare cases this might return a slightly different estimate than combining
GetLocalPingLocation with EstimatePingTimeBetweenTwoLocations. That's because
this function uses a slightly more complete set of information about what
route would be taken.
Same as EstimatePingTime, but assumes that one location is the local host. This is a bit faster, especially if you need to calculate a bunch of these in a loop to find the fastest one.
In rare cases this might return a slightly different estimate than combining GetLocalPingLocation with EstimatePingTimeBetweenTwoLocations. That's because this function uses a slightly more complete set of information about what route would be taken.