-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
quic: remember which remote connection IDs have been retired
Keep track of which peer-provided connection ID sequence numbers we have sent a RETIRE_CONNECTION_ID for, received an ack, and removed from our set of tracked IDs. Rework how we track retired connection IDs in general: Rather than keeping all state for retired IDs, just keep a set of the sequence numbers of IDs which we're in the process of retiring. Change-Id: I14da8b5295d5fbe8318c8afe556cbd2c8a56d856 Reviewed-on: https://go-review.googlesource.com/c/net/+/635717 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Jonathan Amsterdam <jba@google.com>
- Loading branch information
Showing
3 changed files
with
119 additions
and
67 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