Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

receiver timestamps #1984

Closed

Commits on Sep 8, 2024

  1. Add transport parameters for recv timestamps

    Adds the 3 transport parameters specified in the receiver timestamp implementation.
    sterlingdeng committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    972dad0 View commit details
    Browse the repository at this point in the history
  2. ReceivedTimestamp impl

    Impl of ReceivedTimestamps struct that holds a monotonically increasing
    vector of packets and their received time.
    sterlingdeng committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    016b122 View commit details
    Browse the repository at this point in the history
  3. Encode and Decode

    Initial implementation of encoding and decoding from wire format.
    sterlingdeng committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    f814f4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    937f17f View commit details
    Browse the repository at this point in the history