forked from I2P_Developers/i2p.i2p
* BuildExecutor: Add tunnel.buildConfigTime stat
* FloodfillMonitorJob: Log tweak (ticket #533) * I2CP: Improve error message (ticket #533) * JobQueue: - Log error when queue is out of order - Log tweaks * FloodfillPeerSelector: Fix stat NPE (tickets #534,535) * RouterThrottle: - Fix stat NPE (tickets #534,535) - Increase max tunnels and max delay again * OutNetMessagePool: Log tweak (ticket #533) * Router: - Add OOM help (ticket #533) - Prevent parallel shutdowns after multiple OOMs (tickets #534,535)
This commit is contained in:
@@ -395,7 +395,7 @@ abstract class I2PSessionImpl implements I2PSession, I2CPMessageReader.I2CPMessa
|
||||
_producer.disconnect(this);
|
||||
} catch (I2PSessionException ipe) {}
|
||||
closeSocket();
|
||||
throw new IOException("No tunnels built after waiting 5 minutes... are there network problems?");
|
||||
throw new IOException("No tunnels built after waiting 5 minutes. Your network connection may be down, or there is severe network congestion.");
|
||||
}
|
||||
synchronized (_leaseSetWait) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user