quic: off-path support in loss/congestion/rtt Packets sent on one path must not affect congestion control and RTT estimates for other paths. Add support for distinguishing between on-path packets sent on the currently active path, and off-path packets sent on any other path. Probing packets can be sent off-path to validate a path. After address migration, all packets sent on the previous path become off-path. Change-Id: I345e785343c6b982cb0d4157bf77d7fb6a6a6964 Reviewed-on: https://go-review.googlesource.com/c/net/+/832366 Auto-Submit: Damien Neil <dneil@google.com> Reviewed-by: Nicholas Husin <husin@google.com> LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Nicholas Husin <nsh@golang.org>
This repository holds supplementary Go networking packages.
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.