commit | fe3f222af7049bdb76ce28ede66ed0fcc46fa93c | [log] [tgz] |
---|---|---|
author | Bruno Dal Bo <brunodalbo@fuchsia.infra.roller.google.com> | Wed Mar 20 18:04:07 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Mar 20 11:08:11 2024 -0700 |
tree | 563f8cc85fa6c42600a26462738fee26ea04dd39 | |
parent | c34839217a194cdd8b609676c06de014885fe15a [diff] |
[roll] Roll fuchsia [netstack3] Move TCP to new TimerContext Introduce CoreTimerContext in the base crate, which provides the new timer-transformation mechanism that ties in with the new timer context. Use the fact that we now need a type to control timers to provide type-safety around the fact that only connected TCP sockets have timers, which is a nice side-effect. While I'm here, we've identified a race with tw reuse that can happen between the reuse and timewait state timers firing. Relax the timer handler and timer cancelation to deal with that. Original-Bug: 42083407 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1009218 Original-Revision: 4c9b443b2aed103da5d8306c39987d81f17e9fe1 GitOrigin-RevId: f1d4d01816296b791ab3a1301d734282497c8329 Change-Id: I5bb8043fb0823d9982c27b9b23134eff0efacc36
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 via the IRC channel #fuchsia
on Freenode.
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
.