getBestRoute method

BGPRouteEntry<T>? getBestRoute(
  1. T destination
)

Gets the best route to a specific destination

Implementation

BGPRouteEntry<T>? getBestRoute(T destination) => routes[destination];