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

only start PMTUD after handshake confirmation #3121

Merged
merged 1 commit into from
Apr 2, 2021

Conversation

marten-seemann
Copy link
Member

Our PMTUD packets are never coalesced packets. Since we try packing coalesced packets until the handshake is confirmed, it makes sense to start PMTUD then.

This mismatch in expectation can also lead to busy-looping: we might set a timer to send a PMTUD packet, but then we never send one, because the handshake isn't confirmed yet.

@codecov
Copy link

codecov bot commented Mar 23, 2021

Codecov Report

Merging #3121 (43d5fde) into master (81d16a9) will not change coverage.
The diff coverage is 77.27%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3121   +/-   ##
=======================================
  Coverage   85.47%   85.47%           
=======================================
  Files         131      131           
  Lines        9650     9650           
=======================================
  Hits         8248     8248           
  Misses       1034     1034           
  Partials      368      368           
Impacted Files Coverage Δ
session.go 77.10% <77.27%> (ø)

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 81d16a9...43d5fde. Read the comment docs.

Our PMTUD packets are never coalesced packets. Since we try packing
coalesced packets until the handshake is confirmed, it makes sense to start
PMTUD then.
@marten-seemann marten-seemann force-pushed the pmtud-after-handshake-confirmation branch from 142cd08 to 43d5fde Compare March 26, 2021 08:36
@marten-seemann marten-seemann merged commit c6a7644 into master Apr 2, 2021
@marten-seemann
Copy link
Member Author

This was unmerged due to the mess in #3102. Will replace with a new one.

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