Redefeind interfaces; Added better modelled data strauctures
Router interface has been redefined which fits better with what we are looking for. Routing table now offers a comprehensive set of information about its entries which will make up for rich queries in the future Query interface has been defined to enable current basic and more advanced queries in the future.
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
package router
|
||||
|
||||
// Route is micro network route
|
||||
type Route struct {
|
||||
// Hop is the next route hop
|
||||
Hop Router
|
||||
}
|
||||
Reference in New Issue
Block a user