[roll] Roll fuchsia [netstack3] Avoid dropping NDP watcher responder

In the NDP watcher implementation, flush_batch promises to check if a)
there's a batch of watch entries queued to send, and b) if there's
currently a pending watch request. However, it does not correctly check
a) before it decides to take() the pending watch request, which can
cause us to drop the responder (which clients of the ext crate end up
observing as a peer-closed).

Test: netstack3-bin-instrumented_test
Original-Bug: 341759423
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1207485
Original-Revision: af7c635647b9a830105eae90f3415d63b67fc9f6
GitOrigin-RevId: 0ae10676a9b78bd19d0111aecda02f6b566e454d
Change-Id: I74457fbadc226e50b754f28678e527fd79b904be
1 file changed
tree: 5b8e5e47bf889585614219025be05d4a493d66d6
  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.