I2PTunnel: Fix a shared client configured with i2cp.newDestOnResume

not restarting correctly, caused by previous checkin
This commit is contained in:
zzz
2013-11-24 23:42:53 +00:00
parent 001070f677
commit 60aa8c57a4
4 changed files with 29 additions and 4 deletions

View File

@@ -104,8 +104,16 @@ public interface I2PSocketManager {
* Destroy the socket manager, freeing all the associated resources. This
* method will block untill all the managed sockets are closed.
*
* The socket manager CANNOT be reused after this.
*/
public void destroySocketManager();
/**
* Has the socket manager been destroyed?
*
* @since 0.9.9
*/
public boolean isDestroyed();
/**
* Retrieve a set of currently connected I2PSockets, either initiated locally or remotely.