[health checker] Allow port reuse and interface binding

Health checker can now bind to a specific interface. It will also
no longer throw errors if another device is undergoing a broadcast
check at the same time.

Bug: 47685

Change-Id: Ie10ffe31aae50d54fe387dc37587e895c6cf1c7c
4 files changed
tree: 09ed0deb4611cf443fe978afd9c256bfdacf796b
  1. artifacts/
  2. buildbucket/
  3. cmd/
  4. devices/
  5. digest/
  6. gotidy/
  7. .gitignore
  8. AUTHORS
  9. go.mod
  10. go.sum
  11. LICENSE
  12. MAINTAINERS
  13. manifest
  14. PATENTS
  15. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}