commit | 48a597731ce9fbe97fed1733da5e808233b6cdcb | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Fri Oct 13 09:44:23 2023 -0700 |
committer | Damien Neil <dneil@google.com> | Mon Oct 23 22:24:13 2023 +0000 |
tree | 10a92ee545ad4c754fe46ca10b31453c8e0e3139 | |
parent | 9ef1b7226adc64e857d2d883d930d189c15d6e54 [diff] |
quic: support Retry Add a RequireAddressValidation configuration setting to enable sending Retry packets on the server. Support receiving Retry packets on the client. RFC 9000, Section 8.1.2. For golang/go#58547 Change-Id: Ia78b9594a03ce1b1143b95cb3c1ef4c38b2b39ef Reviewed-on: https://go-review.googlesource.com/c/net/+/535237 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Roland Shoemaker <roland@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com>
This repository holds supplementary Go networking libraries.
The easiest way to install is to run go get -u golang.org/x/net
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/net
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. The main issue tracker for the net repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.