mozilla / mtu

Rust crate for obtaining the local network interface name and MTU towards a given IP address
https://crates.io/crates/mtu
Apache License 2.0
12 stars 2 forks source link

test: Pick another port on `PermissionDenied` #24

Closed larseggert closed 2 weeks ago

larseggert commented 2 weeks ago

Receiving which indicates that we randomly picked a privileged port. This happens esp. on Windows, even with ports > 1024.

Broken out of #23

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.62%. Comparing base (d2d7da5) to head (0467cf7). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #24 +/- ## ======================================= Coverage 92.62% 92.62% ======================================= Files 1 1 Lines 244 244 ======================================= Hits 226 226 Misses 18 18 ```

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