- Logging tweaks inspired by Android

- Disable reusing Deflater on Android
This commit is contained in:
zzz
2011-06-02 18:29:06 +00:00
parent 761ad38bcc
commit fe15db51d8
9 changed files with 44 additions and 8 deletions

View File

@@ -36,3 +36,5 @@ ant install
#to rebuild and reinstall to emulator:
ant reinstall
# Now click on the I2P icon on your phone!

View File

@@ -6,17 +6,27 @@ i2p.dir.pid=/data/data/net.i2p.router/files/tmp
prng.buffers=2
router.decayingBloomFilterM=20
stat.full=false
i2np.udp.maxConnections=30
#
# no I2CP
#
i2p.dummyClientFacade=true
# for now
#
##### Transport
#
#
# NTCP
#
#i2np.ntcp.enable=false
i2np.ntcp.maxConnections=8
#
# UDP crashes the JVM, don't know why
#
i2np.udp.enable=false
i2np.udp.maxConnections=12
#
# no COMM at all!!!
#i2p.vmCommSystem=true
#
# not on android
i2np.upnp.enable=false
routerconsole.geoip.enable=false