* i2psnark: Don't create a new PeerCoordinator after restart, as the

TrackerClient holds on to the old one and that causes it
             to not get peers. Possibly fixes ticket #563.
This commit is contained in:
zzz
2012-06-24 19:26:23 +00:00
parent 1671e3b126
commit ff0bfb9f12
4 changed files with 20 additions and 13 deletions

View File

@@ -1,4 +1,10 @@
2012-06-24 zzz
* ElGamalAESEngine: Fix bad size estimate when tags are included,
resulting in trailing zeros after the padding
in the unencrypted data
* i2psnark: Don't create a new PeerCoordinator after restart, as the
TrackerClient holds on to the old one and that causes it
to not get peers. Possibly fixes ticket #563.
* I2PTunnel: Fix NPE on shared client creation, thx kytv
* Transport: Add Ethiopia to hidden mode list