6 references to IdealNeighbors
System.ServiceModel (6)
System\ServiceModel\Channels\ConnectAlgorithms.cs (1)
255while (maintainer.NonClosingNeighborCount > config.IdealNeighbors && maintainer.IsOpen)
System\ServiceModel\Channels\PeerMaintainer.cs (5)
288if (currentlyConnected != config.IdealNeighbors) // Already at ideal no work to do 292connectAlgorithm.Initialize(this, config, config.IdealNeighbors, referralCache); 293if (currentlyConnected > config.IdealNeighbors) 307if (currentlyConnected < config.IdealNeighbors) 653if (this.neighborManager.ConnectedNeighborCount < this.config.IdealNeighbors)