forked from I2P_Developers/i2p.i2p
* TunnelPool: Fix bug where a tunnel was marked as reused when it wasn't
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
increase max (could have caused "local loopback" problems)
|
increase max (could have caused "local loopback" problems)
|
||||||
* OCMOSJ, ElG, Streaming: log tweaks
|
* OCMOSJ, ElG, Streaming: log tweaks
|
||||||
* TunnelInfo: Change msg counter from long to int
|
* TunnelInfo: Change msg counter from long to int
|
||||||
|
* TunnelPool: Fix bug where a tunnel was marked as reused when it wasn't
|
||||||
* TunnelPoolManager: Use one ClientPeerSelector for all pools
|
* TunnelPoolManager: Use one ClientPeerSelector for all pools
|
||||||
|
|
||||||
2012-06-20 zzz
|
2012-06-20 zzz
|
||||||
|
@@ -1086,6 +1086,7 @@ public class TunnelPool {
|
|||||||
for (int i = len - 1; i >= 0; i--) {
|
for (int i = len - 1; i >= 0; i--) {
|
||||||
peers.add(ti.getPeer(i));
|
peers.add(ti.getPeer(i));
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user