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

Make ACK_RECEIVE_TIMESTAMPS frame Gap more efficient and QUIC-like. #6

Merged
merged 1 commit into from
Oct 24, 2021

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