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

Draft 17 recovery logic #134

Merged
merged 6 commits into from
Dec 26, 2018
Merged

Draft 17 recovery logic #134

merged 6 commits into from
Dec 26, 2018

Conversation

Ralith
Copy link
Collaborator

@Ralith Ralith commented Dec 19, 2018

Pretty much just went through and transcribed the new pseudocode, with minor adjustments along the same lines as the ones made previously. The logic is a little simpler and makes a little more sense this time around (e.g. no always-false bools).

@codecov
Copy link

codecov bot commented Dec 19, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@8debe16). Click here to learn what that means.
The diff coverage is 70.67%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #134   +/-   ##
=========================================
  Coverage          ?   60.14%           
=========================================
  Files             ?       21           
  Lines             ?     5256           
  Branches          ?        0           
=========================================
  Hits              ?     3161           
  Misses            ?     2095           
  Partials          ?        0
Impacted Files Coverage Δ
quinn-proto/src/lib.rs 45.83% <ø> (ø)
quinn-proto/src/connection.rs 65.74% <70.54%> (ø)
quinn-proto/src/endpoint.rs 76.96% <75%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8debe16...706ed45. Read the comment docs.

quinn-proto/src/connection.rs Outdated Show resolved Hide resolved
@Ralith Ralith force-pushed the recovery-17 branch 2 times, most recently from 28f7db0 to 90219f2 Compare December 24, 2018 08:02
djc
djc previously approved these changes Dec 25, 2018
@Ralith
Copy link
Collaborator Author

Ralith commented Dec 25, 2018

Rebased.

@Ralith
Copy link
Collaborator Author

Ralith commented Dec 25, 2018

Rebased. Thanks for all the review work!

@djc djc merged commit 248d768 into master Dec 26, 2018
@Ralith Ralith deleted the recovery-17 branch December 26, 2018 21:17
link2xt added a commit to link2xt/quinn that referenced this pull request Nov 30, 2023
It is not used since
<quinn-rs#134>
(commit bdc9ac7)
was merged in 2018.

RFC 9002 also does not mention Tail Loss Probe
except that it has been integrated into the PTO (Probe Timeout)
mechanism.
link2xt added a commit to link2xt/quinn that referenced this pull request Nov 30, 2023
It is not used since
<quinn-rs#134>
(commit bdc9ac7)
was merged in 2018.

RFC 9002 also does not mention Tail Loss Probe
except that it has been integrated into the PTO (Probe Timeout)
mechanism.
link2xt added a commit to link2xt/quinn that referenced this pull request Nov 30, 2023
It is not used since
<quinn-rs#134>
(commit bdc9ac7)
was merged in 2018.

RFC 9002 also does not mention Tail Loss Probe
except that it has been integrated into the PTO (Probe Timeout)
mechanism.
Ralith pushed a commit that referenced this pull request Dec 1, 2023
It is not used since
<#134>
(commit bdc9ac7)
was merged in 2018.

RFC 9002 also does not mention Tail Loss Probe
except that it has been integrated into the PTO (Probe Timeout)
mechanism.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants