|
From: | Jakub Schmidtke |
Subject: | [lwip-devel] [patch #9451] Fixes a bug in clearing unneeded TCP SACKs |
Date: | Fri, 8 Sep 2017 16:04:44 -0400 (EDT) |
User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36 |
URL: <http://savannah.nongnu.org/patch/?9451> Summary: Fixes a bug in clearing unneeded TCP SACKs Project: lwIP - A Lightweight TCP/IP stack Submitted by: jschmidtke Submitted on: Fri 08 Sep 2017 08:04:42 PM UTC Category: None Priority: 5 - Normal Status: None Privacy: Public Assigned to: None Originator Email: Open/Closed: Open Discussion Lock: Any Planned Release: None _______________________________________________________ Details: I have noticed, that sometimes ACK packets include SACKs for data that is before the ACK in the same packet (meaning it was SACKing data already delivered in-order). Turns out the SACK ranges were cleared before final modifications in ooseq queue after new packet delivery. This patch fixes that. _______________________________________________________ File Attachments: ------------------------------------------------------- Date: Fri 08 Sep 2017 08:04:42 PM UTC Name: 0001-Fixed-removing-unneeded-TCP-SACKs.patch Size: 2KiB By: jschmidtke <http://savannah.nongnu.org/patch/download.php?file_id=41765> _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/patch/?9451> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |