diff --git a/router/java/src/net/i2p/router/RouterThrottleImpl.java b/router/java/src/net/i2p/router/RouterThrottleImpl.java index 85ccf931a719fceec82258b2b04481ddc215f4c7..5c4f6b2976c7df7875184fe79063d22c4c556a20 100644 --- a/router/java/src/net/i2p/router/RouterThrottleImpl.java +++ b/router/java/src/net/i2p/router/RouterThrottleImpl.java @@ -87,7 +87,8 @@ class RouterThrottleImpl implements RouterThrottle { if (_log.shouldLog(Log.WARN)) _log.warn("Refusing tunnel request since we are shutting down ASAP"); setTunnelStatus("Rejecting tunnels: Shutting down"); - return TunnelHistory.TUNNEL_REJECT_CRIT; + // Don't use CRIT because this tells everybody we are shutting down + return TunnelHistory.TUNNEL_REJECT_BANDWIDTH; } // Don't use CRIT because we don't want peers to think we're failing