fix display of interactive setting

This commit is contained in:
zzz
2010-06-26 04:00:18 +00:00
parent 1202d09966
commit 6f3597cc83

View File

@@ -85,7 +85,7 @@ public class EditBean extends IndexBean {
}
public boolean isInteractive(int tunnel) {
return getProperty(tunnel, "i2p.streaming.maxWindowSize", 128) == 12;
return getProperty(tunnel, "i2p.streaming.maxWindowSize", 128) == 16;
}
public int getTunnelDepth(int tunnel, int defaultLength) {