diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -161,7 +161,7 @@ When an interface is set to down or up from the REPL, the router instantly knows - If an interface goes down, then send a triggered update to all neighbors of the new INFINITY cost to the neighbors affected by that LL loss. - If an interface goes up, then send a RIP request to all neighbors to instantly get the new, expanded routes, versus waiting 5 seconds for the next periodic update. -See `interfaceUp()` & `interfaceDown()` for specific info. +See `InterfaceUp()` & `InterfaceDown()` for specific info. ### Specific Garbage Collection for Expired Entries If a route is expired, as told by receiving a cost of INFINITY for a route, we let that route exist for 12 seconds with value INFINITY before deleting it. |