smoltcp-rs / smoltcp

a smol tcp/ip stack
BSD Zero Clause License
3.63k stars 402 forks source link

rename Scope to MulticastScope #898

Closed thvdveld closed 5 months ago

thvdveld commented 5 months ago

It was not clear what scope meant. Renaming it to MulticastScope makes it clear that it is only used for multicast addresses.

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (67f0528) 0.00% compared to head (c7de00a) 79.91%.

Files Patch % Lines
src/iface/interface/ipv6.rs 88.88% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #898 +/- ## ========================================= + Coverage 0 79.91% +79.91% ========================================= Files 0 80 +80 Lines 0 28242 +28242 ========================================= + Hits 0 22570 +22570 - Misses 0 5672 +5672 ```

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