getBestRoute method
Gets the best route to a specific destination
Implementation
BGPRouteEntry<T>? getBestRoute(T destination) => routes[destination];
Gets the best route to a specific destination
BGPRouteEntry<T>? getBestRoute(T destination) => routes[destination];