mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-07-09 18:41:48 +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