[roll] Roll fuchsia Revert "[netstack3] Add Support for TCP Timestamp Option"

This reverts commit 08c08b51245c75f58aa049fcadc9636144ecf2f9.

Reason for revert: Performance regressions, see https://fxbug.dev/455932178.

Original change's description:
> [netstack3] Add Support for TCP Timestamp Option
>
> Support sending & receiving the TCP Timestamp Option.
>
> Each connection negotiates whether or not to use the Timestamp option
> with it's peer. Once negotiated, every non-reset segment is expected to
> include a timestamp option. This option includes two values: `ts_val`
> (the sender's timestamp) and `ts_echo_reply` (a previous timestamp from
> the receiver).
>
> The timestamps generated by the netstack are in milliseconds, and
> contain a randomized offset to avoid leaking details of our internal
> system clock.
>
> At the moment, we don't implement any receive-side algorithms that
> leverage these timestamp values (e.g. PAWS or RTT estimation). However,
> by simply echoing back our Peer's timestamps, we allow them to run these
> algorithms.
>
> Original-Fixed: 360401604
> Change-Id: I19986529c73730419a140c2b5c3bef238220c018
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1338804
> Fuchsia-Auto-Submit: Jeff Martin <martinjeffrey@google.com>
> Reviewed-by: Zeling Feng <zeling@google.com>
> Commit-Queue: Jeff Martin <martinjeffrey@google.com>
> Reviewed-by: Bruno Dal Bo <brunodalbo@google.com>

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1407333
Original-Revision: 4ceabada3f78fa4d2b7273611a99a5627ffcc98a
GitOrigin-RevId: 75f9136a466abda34f21e58c569e46ba522280a4
Change-Id: I44882bb29dafc66f3c90935478b934b8ef5e789b
1 file changed
tree: b1f29557f4f5a9087eacbc0c1325711f7fde8bd2
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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 in one of the communication channels documented at get involved.

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.