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

net: tcp: Correctly handle partial duplicate buffered 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. Now also for data that needs to be added
to the existing queue

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