Skip to content
Commit e255f1a9 authored by Sjors Hettinga's avatar Sjors Hettinga Committed by Fabio Baltieri
Browse files

net: tcp: Correctly handle partial duplicate out of order data



TCP is a streaming protocol, this means it can set the packet boundary
at an arbitrary location. Therefor a re-transmitted packet may have the
packet boundary at a different location from the original missing segment.

The reordering logic should be able to deal with this situation and
throw away the overlapping data.

Signed-off-by: default avatarSjors Hettinga <s.a.hettinga@gmail.com>
parent 67770b7a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment