[roll] Roll fuchsia [netstack3] Implement SO_BINDTODEVICE for TCP

Start using the unused device field in the TCP socket map key and allow
setting it for unbound, bound, listener, and connected sockets, and
retrieving the value. Implement the same unroutable check as for UDP
sockets, where a connected socket cannot be bound to a device if that
would make the socket unroutable.

Original-Bug: 102103
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/729942
Original-Revision: a503ade3b4e110fb5a2870750365bc0090369d8f
GitOrigin-RevId: 032ca3aa581122da1cc1e36f94b6e9c0d0bbe204
Change-Id: I8739c2e9ac1b08d5706760f4b7066eab18ebb4a7
1 file changed
tree: 47d2161be9d5ed635f28350e6d74e63254c7c635
  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.