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

IPv4 Fragmentation and Reassembly #8

Merged
merged 6 commits into from
Sep 19, 2024
Merged

Conversation

compscidr
Copy link
Owner

  • Adds support for Ipv4 fragmentation and reassembly according to RFC791 spec

Copy link

codecov bot commented Sep 19, 2024

Codecov Report

Attention: Patch coverage is 74.07407% with 21 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@0490216). Learn more about missing BASE report.
Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
...c/main/kotlin/com/jasonernst/knet/ip/Ipv4Header.kt 74.07% 9 Missing and 12 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main       #8   +/-   ##
=======================================
  Coverage        ?   96.59%           
  Complexity      ?      273           
=======================================
  Files           ?       34           
  Lines           ?     1294           
  Branches        ?      146           
=======================================
  Hits            ?     1250           
  Misses          ?       23           
  Partials        ?       21           
Flag Coverage Δ
unittests 96.59% <74.07%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@compscidr compscidr changed the title IP Fragmentation IPv4 Fragmentation Sep 19, 2024
@compscidr compscidr changed the title IPv4 Fragmentation IPv4 Fragmentation and Reassembly Sep 19, 2024
@compscidr compscidr merged commit ffef7d6 into main Sep 19, 2024
3 checks passed
@compscidr compscidr deleted the fragmentation-reassembly branch October 8, 2024 20:42
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.

1 participant