[roll] Roll fuchsia [netstack3] Enter ZWP on zero window update

As written, if the window shrinks to 0, but no new data is acked, then
the retransmit timer won't be cancelled. If there's a timer set, then
Netstack3 doesn't enter ZWP. This leads to a situation where it
continually tries to retransmit, but since the window is zero, it can't
send any data.

Original-Fixed: 377294231
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1150293
Original-Revision: 0b6b4f799d02fd14f43b11a6939dd914098b32ac
GitOrigin-RevId: c095bec37b60fc489bfb1f0f519464060feb028e
Change-Id: I8ed011d02ad2c153a3c580765147ecffa8fd9143
1 file changed
tree: 43ed0c73136a8254994d1ca54af790f0790507ff
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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.