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)
This commit is contained in:
jrandom
2004-05-07 07:01:26 +00:00
committed by zzz
parent e216e18368
commit 07b6a8ba92

View File

@ -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) {