[roll] Roll fuchsia [netstack3/conntrack] Basic generic state tracking

This implements state tracking that isn't specific to any particular L4
protocol.  For now, this means connection state (unestablished or
established) and the time the last packet was seen on the connection.
This will be especially useful for the table size limit
(https://fxbug.dev/328064032) and connection GC
(https://fxbug.dev/328063959).

Because this requires getting the current time, there's a lot of
plumbing to get FilterBindingsTypes and the new FilterBindingsContext
into the conntrack module.

Original-Fixed: 328064022
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1031172
Original-Revision: 9dbef4444b1103d841f96f226ad2542d06a639fc
GitOrigin-RevId: 31078ea222897f40eeea7047662956bdd0bd32eb
Change-Id: I3b5ba147122eb2653b2e1b4f7a2d23d87e977848
1 file changed
tree: 58ff5437129d8c28eacf3d3d2aa39c7e096cce69
  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 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.