static bool timedOut(long startTime, long timeout) {
  ping();
  ret sysNow()-startTime >= timeout;
}