diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-10-23 20:55:03 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-10-23 20:55:03 -0400 |
commit | 6ac55a56369b2f98f094e7e36fa917b84c02cd07 (patch) | |
tree | 99fab07ee923f2c231efbe28d2a32cfc34cff2a3 | |
parent | f639761a78f672d02bc616f6062f77e95f461d03 (diff) |
typos in readme
-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. |