* I2CP: Implement optional reduce tunnels on idle - not hooked

in to i2ptunnel GUI yet - still needs tweaks
This commit is contained in:
zzz
2009-02-02 14:03:17 +00:00
parent 1ee2b5e899
commit 8d7340500f
9 changed files with 228 additions and 23 deletions

View File

@@ -150,6 +150,10 @@ public class EditBean extends IndexBean {
return false;
}
public int getCloseTime(int tunnel) {
return getProperty(tunnel, "closeIdleTime", 30);
}
public boolean getNewDest(int tunnel) {
return false;
}