mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-22 06:15:22 +00:00
ad7dc66f90
* Added throttles on how many I2PTunnel client connections we open at once
* Replaced some buffered streams in I2PTunnel with unbuffered streams, as
the streaming library used should take care of any buffering.
* Added a cache for some objects used in I2PTunnel, especially useful when
there are many short lived connections.
* Trimmed the SimpleTimer's processing a bit