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

Support ACK_RECIEVE_TIMESTAMPS extension. #8

Closed
wants to merge 5 commits into from

Commits on Oct 21, 2021

  1. Add QuicTlsLoasClient(Server)Stream that can complete LOAS-TLS handsh…

    …ake.
    
    PiperOrigin-RevId: 404889656
    wang178c authored and Copybara-Service committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    063d88c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Make ACK_RECEIVE_TIMESTAMPS frame Gap more efficient and QUIC-like.

    Per TBD IETF receive timestamp proposal:
    https://github.com/wcsmith/draft-quic-receive-ts
    
       Gap:  A variable-length integer indicating the largest packet number
          in the Timestamp Range as follows:
    
          For the first Timestamp Range: Gap is the difference between (a)
          the Largest Acknowledged packet number in the frame and (b) the
          largest packet in the current (first) Timestamp Range.
    
          For subsequent Timestamp Ranges: Gap is the difference between (a)
          the packet number two lower than the smallest packet number in the
          previous Timestamp Range and (b) the largest packet in the current
          Timestamp Range.
    wcsmith committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    1050cd1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request google#6 from wcsmith/receive-timestamps-gap

    Make ACK_RECEIVE_TIMESTAMPS frame Gap more efficient and QUIC-like.
    ianswett committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    502e586 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    8960078 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06fffc1 View commit details
    Browse the repository at this point in the history