[roll] Roll fuchsia [netstack][dhcp] Wait for packets to be read

Instead of waiting for the server to send a packet, wait until the DHCP
client has read and started processing it. This eliminates flakiness due
to races between processing of a delivered packet and signalling of
timeouts by forcing the latter to be done only after the former is
guaranteed to have started.

Original-Bug: 122637
Multiply: netstack-dhcp-gotests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/811407
Original-Revision: ab179bda0154c886571d993a833adcbbb72e8e1d
GitOrigin-RevId: c0c1260b163df18e34b74a561b24d592c50677ac
Change-Id: I95fe89ad78a9506a57d22b6fcfd9c0e010fc8192
1 file changed
tree: 61a5c8a0b9dcdc2c09b4ba05c9580bf2c98cff08
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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 via the IRC channel #fuchsia on Freenode.

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.