mirror of
https://github.com/golang/net.git
synced 2026-03-31 02:17:08 +09:00
6e243da531559f8c99439dabc7647dec07191f9b
A Retry packet specifies a new connection ID for the client to use as a destination address, in what the server will consider to be the client's "first" Initial packet. Re-derive the Initial space's packet protection keys, since that address is an input to their derivation function. "Changing the Destination Connection ID field also results in a change to the keys used to protect the Initial packet." https://www.rfc-editor.org/rfc/rfc9000#section-17.2.5.2-4 For golang/go#58547 Change-Id: Id8acf5788a05d367f952dce33ef4b06f7e8b66e2 Reviewed-on: https://go-review.googlesource.com/c/net/+/712341 Auto-Submit: Rhys Hiltner <rhys.hiltner@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Damien Neil <dneil@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%