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

Rework packetization section #1053

Merged
merged 3 commits into from
Feb 14, 2018
Merged

Rework packetization section #1053

merged 3 commits into from
Feb 14, 2018

Commits on Feb 13, 2018

  1. Rework packetization section

    In line with our established principles for retransmission, I've reworked the
    description of packetization.  The description now concentrates on the
    information that is being repaired in response to perceived loss.  This should
    help avoid the confusion about retransmission.
    
    Two new subsections are added to the packetization section.  One covers the
    processing of packets and includes the existing text on processing requirements
    before acknowledgment.  The other includes the retransmission logic.
    
    The retransmission section still mentions frame types, but I've tried to make
    that secondary to the description of the information that is being repaired.
    
    I also removed mention of "Regular QUIC packets", which only occurred in 3
    places.
    
    Closes #463, #765.
    martinthomson committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    378f543 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ac00a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6beac4 View commit details
    Browse the repository at this point in the history