[roll] Roll fuchsia [netstack3] Send ICMP Port Unreachable from UDP

Originally, Port Unreachable messages were not sent by the netstack. The
rationale was to avoid contributing to a reflection DOS attack, in which
the attack performs a UDP port scan on the netstack, causing us to send
a large volume of ICMP Port Unreachable errors to the victim.

This attack vector is not a substantial concern, because the netstack's
ICMP implementation enforces a rate limit on the amount of ICMP errors
that can be sent. This is in line with the behavior of other platforms.

Original-Bug: 406666070
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1239544
Original-Revision: a452e24d9eae9a259e3e5eed540668d65829f61c
GitOrigin-RevId: 0d2bde6c760bd8879eb440d7eeb2786f3ac2b359
Change-Id: I83e6b78a0f85a135722092274f5473c5b388382f
1 file changed
tree: d2acf887d319d528632b86e680f18e35d16ac84c
  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.