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

CSMA-CA Fixes part 2 #21

Merged
merged 4 commits into from
Apr 5, 2024
Merged

CSMA-CA Fixes part 2 #21

merged 4 commits into from
Apr 5, 2024

Conversation

SamClercky
Copy link
Contributor

  • Better error handling
  • Fix of a bug in filtering packets
  • Allow the user to chose a channel
  • Fix congestion issue

Copy link

codecov bot commented Mar 21, 2024

Codecov Report

Attention: Patch coverage is 83.33333% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 73.82%. Comparing base (8c9bf10) to head (43a557f).

Files Patch % Lines
dot15d4/src/csma/mod.rs 76.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
+ Coverage   73.78%   73.82%   +0.04%     
==========================================
  Files          36       36              
  Lines        5538     5562      +24     
==========================================
+ Hits         4086     4106      +20     
- Misses       1452     1456       +4     

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

@thvdveld thvdveld merged commit c5dcb71 into thvdveld:main Apr 5, 2024
9 checks passed
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.

2 participants