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 Nov 4, 2024
1 parent 247f208 commit 64e3033
Showing 1 changed file with 484 additions and 13 deletions.
Loading

0 comments on commit 64e3033

Please sign in to comment.