commit | bd8ac9ecf8d3c89c10b91a3b40cb5f536a99635b | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Thu Jul 20 16:45:15 2023 -0700 |
committer | Damien Neil <dneil@google.com> | Fri Jul 28 15:30:42 2023 +0000 |
tree | 1d2d3be765f7cf208d1d944398ba610e6e96c3f8 | |
parent | 08001ccbedb025e618cc203ed6d33973d5839a2f [diff] |
quic: fill out connection id handling Add support for sending and receiving NEW_CONNECTION_ID and RETIRE_CONNECTION_ID frames. Keep the peer supplied with up to 4 connection IDs. Retire connection IDs as required by the peer. Support connection IDs provided in the preferred_address transport parameter. RFC 9000, Section 5.1. For golang/go#58547 Change-Id: I015a69b94c40a6396e9f117a92c88acaf83c594e Reviewed-on: https://go-review.googlesource.com/c/net/+/513440 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Damien Neil <dneil@google.com> 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.