commit | 5541298b83d714971b9a1e63219fbd68d60aa98d | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Wed May 24 15:37:11 2023 -0700 |
committer | Damien Neil <dneil@google.com> | Thu Jun 08 16:11:41 2023 +0000 |
tree | 8968c0701282838526a0ada79cbadcea118e5f51 | |
parent | 88a50b64844d3c278f93e8007efd20742c386ded [diff] |
quic: add packet pacer The pacer rate-limits the transmission of packets to avoid creating bursts that may cause short-term congestion or loss. See RFC 9002, Section 7.7. For golang/go#58547 Change-Id: I75285c194a1048f988e4d5a829602d199829669d Reviewed-on: https://go-review.googlesource.com/c/net/+/499287 Run-TryBot: Damien Neil <dneil@google.com> TryBot-Result: Gopher Robot <gobot@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.