[roll] Roll fuchsia [netstack3] Rework IGMPv1 compatibility mode Simplify some things around the IGMPv1 router present compatibility mode. - GMPv1 was pinging IGMP for every *group* instead of every query. This is entirely unnecessary and removing that simplified things in GMPv1. - IGMP was keeping a timer for the only reason of flipping a boolean back to false on expiration. It's subtantially cheaper to just keep a local deadline and treat that as a value instead (esp because a single place in the code checks for it). Allows us to eliminate the entire alternate-timer workflow existing in IGMP. Then, for symmetry with GMPv2 we forget the compat mode on disable. And, finally, consider the current GMP mode to calculate the router timeout since the RFCs define different values. Original-Bug: 42071006 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1172118 Original-Revision: 84b39d95e7b00d2d25673bb47666f7826bbec773 GitOrigin-RevId: 349fcc7893b508dfce22a74739163a6b2f429ae1 Change-Id: I72de385e8f0782022c571cc9483d96de7d21509e
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.