[roll] Roll fuchsia [netstack3/conntrack] Improve connection eviction We found that connection eviction was too greedy as originally written and would lead to connectivity problems when the table filled up. This is always going to be a tough case, but there are a few things we can do to improve matters. In short, we attempt to evict a GC-eligible connection first, and then pick the connection that's "least established". See the comment in Table::finalize_connection for more details. This means we'll always do a full scan for every new connection when the table is full, but given the current table size is relatively small, this is unlikely to be a problem in practice. Original-Fixed: 380888426 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1173793 Original-Revision: 42833b6546792b61ae024d5f93f443180f3325a0 GitOrigin-RevId: e56e64ff8c7d8b1f92f9912ccc97b59003ac82f6 Change-Id: I93ec2266b96f0cffa694da647766c1f62b570af0
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.