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

don't send path MTU probe packets on a timer #3423

Merged
merged 1 commit into from May 20, 2022

Conversation

marten-seemann
Copy link
Member

@marten-seemann marten-seemann commented May 20, 2022

Fixes #3409.

@codecov
Copy link

codecov bot commented May 20, 2022

Codecov Report

Merging #3423 (a921f23) into master (60bbe92) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #3423      +/-   ##
==========================================
+ Coverage   85.37%   85.39%   +0.01%     
==========================================
  Files         135      135              
  Lines        9928     9922       -6     
==========================================
- Hits         8476     8472       -4     
+ Misses       1067     1066       -1     
+ Partials      385      384       -1     
Impacted Files Coverage Δ
connection.go 77.48% <ø> (+0.12%) ⬆️
mtu_discoverer.go 100.00% <100.00%> (ø)

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 60bbe92...a921f23. Read the comment docs.

@marten-seemann marten-seemann merged commit 2e98150 into master May 20, 2022
nmldiegues pushed a commit to chungthuang/quic-go that referenced this pull request Jun 6, 2022
@MarcoPolo MarcoPolo mentioned this pull request Jul 7, 2022
41 tasks
@ajnavarro ajnavarro mentioned this pull request Aug 24, 2022
72 tasks
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.

Disconnect with "no recent network activity" because of lost MTU probe packet
2 participants