mirror of
https://github.com/golang/net.git
synced 2026-03-31 18:37:08 +09:00
c2be9921fe46b336b1991c4e5984666bd75b941f
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>
…
Go Networking
This repository holds supplementary Go networking packages.
Report Issues / Send Patches
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/net.
The main issue tracker for the net repository is located at https://go.dev/issues. Prefix your issue with "x/net:" in the subject line, so it is easy to find.
Description
Languages
Go
99.9%