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

Skip to content
Snippets Groups Projects
Commit 042da4d9 authored by zzz's avatar zzz
Browse files

max conns

parent 05522add
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ public abstract class TransportImpl implements Transport {
// increase limit for SSU, for now
if (style.equals("udp"))
//def = def * 3 / 2;
def *= 2;
def *= 3;
return _context.getProperty("i2np." + style + ".maxConnections", def);
}
......
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