| commit | 22500a668c8e49a00a2a8ef32accbaaa25f72565 | [log] [tgz] |
|---|---|---|
| author | Damien Neil <dneil@google.com> | Tue Apr 08 16:45:41 2025 -0700 |
| committer | Gopher Robot <gobot@golang.org> | Wed Apr 09 15:11:48 2025 -0700 |
| tree | f7277efb65336ee61836870f7fdb2c4d73bd92ec | |
| parent | dd0b200aed506ae7891bd38fb47bacfd57b5a6e0 [diff] |
quic: decode packet numbers >255 in tests Decoding QUIC packet numbers requires keeping track of the largest packet number received so far from the peer. Our tests haven't bothered doing that so far, so tests can't work with packet numbers past 255. Fix that so we can write tests that use more packets. Change-Id: Icb795e5cf69794381c12a3a03b0da6bcf47a69c0 Reviewed-on: https://go-review.googlesource.com/c/net/+/664296 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Jonathan Amsterdam <jba@google.com> Auto-Submit: Damien Neil <dneil@google.com>
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.