[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
1 file changed
tree: 579c170ce63a62565d4d8c8f16f52b2a82232ce0
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.