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
Add: Guard mechanism against all-redundant state (#1311)
If the session ancillary seq_id or any other session timestamp somehow
moves backward in time, the MTL RX will wait indefinitely for that
threshold to be reached. While this state should never occur under
normal conditions, we can implement a threshold guard that accepts the
packet after a while.
0 commit comments