Increased Network registry TTL. Routing Table remove is now delete.

Remove has been renamed to Delete to be more in line with the framework.

A bunch of comments have been added/updated for the future generations

We have increased the Network Registry TTL to 2 minutes.
This commit is contained in:
Milos Gajdos
2019-06-17 19:51:13 +01:00
parent f62fcaad76
commit 5088c9d916
4 changed files with 42 additions and 25 deletions

View File

@@ -19,8 +19,8 @@ type Table interface {
Options() TableOptions
// Add adds new route to the routing table
Add(Route) error
// Remove removes existing route from the routing table
Remove(Route) error
// Delete deletes existing route from the routing table
Delete(Route) error
// Update updates route in the routing table
Update(Route) error
// Lookup looks up routes in the routing table and returns them