2005-02-22 jrandom

* Reworked the tunnel (re)building process to remove the tokens and
      provide cleaner controls on the tunnels built.
    * Fixed situations where the timestamper wanted to test more servers than
      were provided (thanks Tracker!)
    * Get rid of the dead SAM sessions by using the streaming lib's callbacks
      (thanks Tracker!)
This commit is contained in:
jrandom
2005-02-23 04:20:28 +00:00
committed by zzz
parent 8a21f0efec
commit 10ed058c2e
11 changed files with 111 additions and 200 deletions

View File

@ -144,7 +144,7 @@ public class Timestamper implements Runnable {
* True if the time was queried successfully, false if it couldn't be
*/
private boolean queryTime(String serverList[]) throws IllegalArgumentException {
long found[] = new long[serverList.length];
long found[] = new long[_concurringServers];
long localTime = -1;
long now = -1;
long expectedDelta = 0;