You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(ctorNb!=Layer.BadMsgCtor&&(msgStamp-utcNow).Ticks/TimeSpan.TicksPerSecondis>30 or <-300)
462
+
if(ctorNb!=Layer.BadMsgCtor&&deltaTicks/TimeSpan.TicksPerSecondis>30 or <-300)
457
463
{// msg_id values that belong over 30 seconds in the future or over 300 seconds in the past are to be ignored.
458
464
Helpers.Log(1,$"{_dcSession.DcID}>Ignoring 0x{ctorNb:X8} because of wrong timestamp {msgStamp:u} - {utcNow:u} Δ={newTimeSpan(_dcSession.ServerTicksOffset):c}");
0 commit comments