SSF.Net
Interface TERouteTieBreaker


public interface TERouteTieBreaker

Interface for a tiebreaker class that can pick a 'best route' when there are multiple same-cost routes for the same destination. Without a good tie-breaker, one can get weird load imbalances if one same-cost route is heavily favored over (or used to the exclusion of) another.


Method Summary
 TERoutingInfo choose(TERoutingInfo set, int srcip, int dstip)
          Pick a 'best route' when there are multiple same-cost routes for the same destination.
 

Method Detail

choose

public TERoutingInfo choose(TERoutingInfo set,
                            int srcip,
                            int dstip)
Pick a 'best route' when there are multiple same-cost routes for the same destination.