Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

quic: refactoring SendPendingData #275

Closed
wants to merge 8 commits into from

Commits on Jan 9, 2020

  1. quic: refactoring sendpendingdata

    Refactoring SendPendingData for both default and http3
    applications. This a step towards unifying the logic.
    jasnell committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    ef59594 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11e029c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    575e0f7 View commit details
    Browse the repository at this point in the history
  4. quic: GetID() -> id()

    jasnell committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    41914cf View commit details
    Browse the repository at this point in the history
  5. quic: cleaning up QuicStream

    jasnell committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    c85e0d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d5e0c4 View commit details
    Browse the repository at this point in the history
  7. quic: refactor SendPendingData

    For DefaultApplication, use a linked list to only iterate through
    QuicStream instances that have data to send.
    
    Use a single unified implementation of SendPendingData for
    QuicApplication.
    jasnell committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    69c68ab View commit details
    Browse the repository at this point in the history
  8. [Squash] nits

    jasnell committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    867d1c3 View commit details
    Browse the repository at this point in the history