forked from I2P_Developers/i2p.i2p
* I2CP: Implement optional reduce tunnels on idle - not hooked
in to i2ptunnel GUI yet - still needs tweaks
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user