-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue: 2246994 Set proper FIN/RST flags for split segments
When a segment with FIN flag is split into multiple segments, the leftmost segment retains all its flags including FIN. This leads to corrupted TCP stream. To fix this, move FIN/RST flags to the rightmost among the split segments. Currently, VMA doesn't support RST flag in the pending segments, however, it may be changed in the future. Signed-off-by: Dmytro Podgornyi <[email protected]>
- Loading branch information
1 parent
da44080
commit b8a3a9e
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters