| commit | 134aeea2fa7cf7fba635e01e3b294443681109cb | [log] [tgz] |
|---|---|---|
| author | Jeff Martin <martinjeffrey@fuchsia.infra.roller.google.com> | Wed May 21 10:29:59 2025 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Wed May 21 10:31:34 2025 -0700 |
| tree | 579c170ce63a62565d4d8c8f16f52b2a82232ce0 | |
| parent | cd49a6420fbf68dfc63ac32f9c6340b5adca38fa [diff] |
[roll] Roll fuchsia [netstack3] Correct TCP WindowSize::MAX There was a bug in operator precedence when calculating the maximum TCP window size. This led to the netstack artificially enforcing a lower maximum Window Size than the RFC. This results in a panic for TCP connections with a large Window Size (> 500 Mb). While here, add the `clippy::precedence` lint to the Netstack3 crates. This prevents similar bugs in the future. Original-Bug: 419219829 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1282284 Original-Revision: d8dab31a6204716d8f960f6eca1601476f8df1d2 GitOrigin-RevId: dfd7027bba5809b6532acbfead48a7210d227a9b Change-Id: I2df211dd35f2a354f33d17376e3c8388f26b4718
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.