lwIP - A Lightweight TCP/IP stack - Tasks: task #14591, TCP: Implement handling received...
You are not allowed to post comments on this tracker with your current authentication level.
task #14591: TCP: Implement handling received SACKs (SACK_IN)
Submitter: | Simon Goldschmidt <goldsimon> | ||
Submitted: | Thu 27 Jul 2017 06:39:31 PM UTC | ||
Category: | TCP | Should Start On: | Thu 27 Jul 2017 12:00:00 AM UTC |
Should be Finished on: | Thu 27 Jul 2017 12:00:00 AM UTC | Priority: | 3 - Low |
Status: | None | Privacy: | Public |
Percent Complete: | 0% | Assigned to: | None |
Open/Closed: | Open | Planned Release: | None |
Effort: | 0.00 |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
SACK_OUT (sending SACKs for received segments) is already implemented (see patch #9384). Handling them when receiving the option is still missing.