forked from I2P_Developers/i2p.i2p
heh, if it expires, we probably don't want to forward it (duh)
This commit is contained in:
@ -187,6 +187,7 @@ public class SendTunnelMessageJob extends JobImpl {
|
|||||||
+ (now - _expiration) + "ms ago)");
|
+ (now - _expiration) + "ms ago)");
|
||||||
if (_onFailure != null)
|
if (_onFailure != null)
|
||||||
getContext().jobQueue().addJob(_onFailure);
|
getContext().jobQueue().addJob(_onFailure);
|
||||||
|
return;
|
||||||
}else if (_expiration < now + 15*1000) {
|
}else if (_expiration < now + 15*1000) {
|
||||||
if (_log.shouldLog(Log.WARN))
|
if (_log.shouldLog(Log.WARN))
|
||||||
_log.warn("Adding a tunnel message that will expire shortly ["
|
_log.warn("Adding a tunnel message that will expire shortly ["
|
||||||
|
Reference in New Issue
Block a user