Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # 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.

@marten-seemann marten-seemann force-pushed the dplpmtud branch 4 times, most recently from c2486de to bc935a3 Compare February 5, 2021 04:46
@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.

@marten-seemann marten-seemann force-pushed the dplpmtud branch 2 times, most recently from 1c44102 to 31ca596 Compare February 13, 2021 05:34
@marten-seemann marten-seemann merged commit 543d144 into master Mar 3, 2021
@marten-seemann marten-seemann deleted the dplpmtud branch March 3, 2021 15:04
@aschmahmann aschmahmann mentioned this pull request May 14, 2021
71 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

do path MTU discovery
2 participants