Brunet.Connections.OnDemandConnectionOverlord.ConnectionDesired C# (CSharp) Method

ConnectionDesired() public method

public ConnectionDesired ( Address addr ) : bool
addr Address
return bool
    override public bool ConnectionDesired(Address addr)
    {
      bool value;
      return _cache.TryGetValue(addr, out value);
    }