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

quic: compute retransmission timeout correctly #157

Closed
wants to merge 1 commit into from

Commits on Oct 8, 2019

  1. quic: compute retransmission timeout correctly

    Previously, if the expiry timestamp was in the future by less
    than 1ms, the retransmission timer would not have been scheduled.
    
    (This also removes an unused line from the test that this
    problem made flaky.)
    addaleax committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    d6d4942 View commit details
    Browse the repository at this point in the history