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

neigh: add fill_with_expiration method #871

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

thvdveld
Copy link
Contributor

@thvdveld thvdveld commented Dec 8, 2023

This method is useful when we want to fill the cache with an entry that has a specific expiration time. In RPL, an expiration of 60 seconds is way too fast.

This method is useful when we want to fill the cache with an entry that
has a specific expiration time.
Copy link

codecov bot commented Dec 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e893a17) 79.58% compared to head (ece00ac) 79.59%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #871   +/-   ##
=======================================
  Coverage   79.58%   79.59%           
=======================================
  Files          78       78           
  Lines       28120    28131   +11     
=======================================
+ Hits        22380    22391   +11     
  Misses       5740     5740           

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

@thvdveld thvdveld added this pull request to the merge queue Dec 11, 2023
Merged via the queue into smoltcp-rs:main with commit 48cb672 Dec 11, 2023
14 checks passed
@thvdveld thvdveld deleted the neighbor-cache-with-expiration branch December 11, 2023 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant