aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-10-23 20:55:03 -0400
committersotech117 <michael_foiani@brown.edu>2023-10-23 20:55:03 -0400
commit6ac55a56369b2f98f094e7e36fa917b84c02cd07 (patch)
tree99fab07ee923f2c231efbe28d2a32cfc34cff2a3
parentf639761a78f672d02bc616f6062f77e95f461d03 (diff)
typos in readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 053ba6a..ab5b03c 100644
--- a/README.md
+++ b/README.md
@@ -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.