* Tunnel Pool:

- Clean up some tunnel removal code
  - Don't try to build a LeaseSet with more than 6 leases,
    no matter what the setting
This commit is contained in:
zzz
2009-04-26 18:32:57 +00:00
parent a279f8d530
commit c9b6d72c5a
2 changed files with 15 additions and 4 deletions

View File

@ -67,7 +67,7 @@ public class LeaseSet extends DataStructureImpl {
private boolean _checked;
/** This seems like plenty */
private final static int MAX_LEASES = 6;
public final static int MAX_LEASES = 6;
public LeaseSet() {
setDestination(null);