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

implement DPLPMTUD #3028

Merged
merged 12 commits into from
Mar 3, 2021
Merged

implement DPLPMTUD #3028

merged 12 commits into from
Mar 3, 2021

Conversation

marten-seemann
Copy link
Member

@marten-seemann marten-seemann commented Jan 31, 2021

Fixes #94.

@codecov
Copy link

codecov bot commented Feb 5, 2021

Codecov Report

Merging #3028 (765d26f) into master (2c45f2b) will decrease coverage by 0.12%.
The diff coverage is 79.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3028      +/-   ##
==========================================
- Coverage   86.16%   86.04%   -0.12%     
==========================================
  Files         132      133       +1     
  Lines        9355     9433      +78     
==========================================
+ Hits         8060     8116      +56     
- Misses        938      955      +17     
- Partials      357      362       +5     
Impacted Files Coverage Δ
internal/congestion/cubic.go 100.00% <ø> (ø)
internal/protocol/protocol.go 100.00% <ø> (ø)
session.go 76.62% <36.00%> (-1.15%) ⬇️
internal/congestion/cubic_sender.go 86.61% <73.91%> (-0.19%) ⬇️
internal/ackhandler/sent_packet_handler.go 77.86% <75.00%> (-0.14%) ⬇️
packet_packer.go 84.43% <85.37%> (-0.22%) ⬇️
buffer_pool.go 90.48% <100.00%> (ø)
config.go 100.00% <100.00%> (ø)
conn.go 100.00% <100.00%> (ø)
conn_ecn.go 70.97% <100.00%> (ø)
... and 6 more

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 2c45f2b...765d26f. Read the comment docs.

mtu_discoverer.go Outdated Show resolved Hide resolved
mtu_discoverer.go Outdated Show resolved Hide resolved
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.

do path MTU discovery
2 participants