[roll] Roll fuchsia [netstack3] Create IP socks in UDP locked context

Create IP sockets that back UDP sockets within the same locked context
provided by UdpStateContext::with_sockets_mut. This prevents the
possibility of future atomicity issues when the big lock on the outside
is removed.

Original-Bug: 108008
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/734323
Original-Revision: 6d647365733015da63b8282a17eeecb356791fe1
GitOrigin-RevId: d70e2744488cc684057d10324e184e71b19840c8
Change-Id: I869763912dfa82d382b6cde6cf48cd285ce70806
1 file changed
tree: 8c1365e037ff17486f39806ec45908a3cd979afa
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.