Skip to content

Commit

Permalink
xfrm: iptfs: handle reordering of received packets
Browse files Browse the repository at this point in the history
Handle the receipt of the outer tunnel packets out-of-order. Pointers to
the out-of-order packets are saved in a window (array) awaiting needed
prior packets. When the required prior packets are received the now
in-order packets are then passed on to the regular packet receive code.
A timer is used to consider missing earlier packet as lost so the
algorithm will advance.

Signed-off-by: Christian Hopps <[email protected]>
  • Loading branch information
choppsv1 committed Sep 14, 2024
1 parent f29143a commit 121c9c0
Showing 1 changed file with 496 additions and 13 deletions.
Loading

0 comments on commit 121c9c0

Please sign in to comment.