smoltcp-rs / smoltcp

a smol tcp/ip stack
BSD Zero Clause License
3.64k stars 404 forks source link

Move Fragmenter into src/iface/fragmentation.rs #875

Closed thvdveld closed 6 months ago

thvdveld commented 6 months ago

Just cleaning up the interface. I think the Fragmenter belongs in the src/iface/fragmentation.rs file.

codecov[bot] commented 6 months ago

Codecov Report

Attention: 28 lines in your changes are missing coverage. Please review.

Comparison is base (386ee1d) 79.74% compared to head (96464ea) 79.74%.

Files Patch % Lines
src/iface/fragmentation.rs 60.00% 28 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #875 +/- ## ======================================= Coverage 79.74% 79.74% ======================================= Files 78 78 Lines 28131 28131 ======================================= Hits 22433 22433 Misses 5698 5698 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.