[roll] Roll fuchsia [netstack3] Move Mtu to SendOptions

Take the mtu argument from the IpSocketHandler API and move it to the
SendOptions trait. The option is only used in a single place: to limit
the MTU of sent ICMPv6 errors.

Also change the representation in SendIpPacketMeta to use the Mtu type
directly, and default to using a maximum u32 value everywhere. The IP
layer should always be enforcing the device MTU on egress, meaning when
we start doing so we'll apply a min operation between the device and the
requested MTUs.

Original-Bug: 371593049
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1130773
Original-Revision: 0d0b4f5733142f8c2415a38d9cf408538e444f96
GitOrigin-RevId: c57af8e2534864dc6f27e411e24def1ccf0b49cf
Change-Id: Idd11ca009beb67182fd8dcdfd7e7342b510a79a8
1 file changed
tree: edea7b6438adfab36139017970942bae0e9f567c
  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.