heh, if it expires, we probably don't want to forward it (duh)

This commit is contained in:
jrandom
2004-07-28 03:50:30 +00:00
committed by zzz
parent 2dbe33e769
commit ffcc34c4f9

View File

@ -187,6 +187,7 @@ public class SendTunnelMessageJob extends JobImpl {
+ (now - _expiration) + "ms ago)");
if (_onFailure != null)
getContext().jobQueue().addJob(_onFailure);
return;
}else if (_expiration < now + 15*1000) {
if (_log.shouldLog(Log.WARN))
_log.warn("Adding a tunnel message that will expire shortly ["