I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 6f3597cc authored by zzz's avatar zzz
Browse files

fix display of interactive setting

parent 1202d099
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment