max conns

This commit is contained in:
zzz
2011-10-28 01:27:11 +00:00
parent 05522addba
commit 042da4d921

View File

@@ -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);
}