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

Skip to content
Snippets Groups Projects
Commit 461af7d0 authored by zzz's avatar zzz
Browse files

Increase SSU conn limits a little more

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