Actions
Task #4106
openMove clobbering-check from Fib::update to Fib::scheduleEntryRefresh
Start date:
05/31/2017
Due date:
% Done:
0%
Estimated time:
Description
Currently, Fib::update only calls Fib::scheduleEntryRefresh on an entry if the entry exists and doesn't already have a refresh loop going. The responsibility of ensuring that multiple, simultaneous refresh loops aren't going belongs to the scheduling functions, not to the update function.
This is a refactor for clarity and simplicity.
Actions