[wol] Force the WoL packet to be sent 10 times

Occasionally the VIM2 is failing to receive the packet, this is an
attempt to see if we can decrease failures by repeatedly sending the
packet.  On successful attempts this should have no effect as the uboot
implementation doesn't respect the packet.

Change-Id: I63178ce0bfc85bda2d9dabafd5906d170f5ef6f4
1 file changed
tree: 656b1381a03035c5c712e386e18cbd6da15eb8ca
  1. botanist/
  2. cmd/
  3. fastboot/
  4. fuchsia/
  5. fxctx/
  6. fxtesting/
  7. fxtime/
  8. gerrit-policy/
  9. netboot/
  10. pdu/
  11. qemu/
  12. retry/
  13. secrets/
  14. serial/
  15. telnet/
  16. tftp/
  17. tilo/
  18. tools/
  19. .gitignore
  20. AUTHORS
  21. Gopkg.lock
  22. Gopkg.toml
  23. LICENSE
  24. MAINTAINERS
  25. manifest
  26. PATENTS
  27. README.md
  28. testsharder
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}