New list to iterate segments in the order of transmission times
Open
area: networking
type: enhancement
- Dominant language
- Go
- Stars
- 19.3k
- Forks
- 2k
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 264
Description
To detect packet loss and reordering in RACK algorithm, the segments should be iterated in the order of transmission times. The writeList in netstack does not do this, as re-transmitted segments are not moved to the end of the list. Create a new list to iterate segments in the order of transmission times.
Contributor guide
Assessment
This issue has not been assessed yet.