Class NetworkLatencyStrategy<T extends Endpoint>


public class NetworkLatencyStrategy<T extends Endpoint> extends XorShiftRandomStrategy<T>
Lowest network latency strategy. This strategy comes from a random strategy, but preferably communicates with the "closest" nodes (nodes with the lowest response/ping time).
See Also: