-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_transfer: Fix WindowPacketDropper proxy filter
The WindowPacketDropper was tracking windows solely based on packet count, ignoring packet offsets. This caused it to treat additional in-flight packets from an earlier window as a new window, incorrectly dropping them. This updates the filter to consider the offset the receiver requests as the start of each new window, and only start counting window packets from there. Bug: 322497823 Change-Id: Ide06e4267ec319d932fd1d4eeb1bd3bcb1ab5d11 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/194030 Presubmit-Verified: CQ Bot Account <[email protected]> Commit-Queue: Alexei Frolov <[email protected]> Reviewed-by: Wyatt Hepler <[email protected]>
- Loading branch information
Showing
3 changed files
with
176 additions
and
33 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
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
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