I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 07b6a8ba authored by jrandom's avatar jrandom Committed by zzz
Browse files

if we lose our I2CP connection to the router, die hard and fast.

(only relevent for people whose socket manager / i2ptunnel / etc are located remote from the router)
parent e216e183
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,7 @@ public class I2PSocketManager implements I2PSessionListener {
public void disconnected(I2PSession session) {
_log.info("Disconnected from the session");
destroySocketManager();
}
public void errorOccurred(I2PSession session, String message, Throwable error) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment