SwarmChunkAvailability PeerContactAllowed Method NetworkComms.Net Help
Single method for determining if contact can be made with the request peer. Prevents loop back contact via matching identifier and currentLocalListenEndPoints. Finally uses the DFS.AllowedPeerIPS and DFS.DisallowedPeerIPS if set.

Namespace: DistributedFileSystem
Assembly: DistributedFileSystem (in DistributedFileSystem.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public bool PeerContactAllowed(
	ShortGuid peerIdentifier,
	IPEndPoint peerEndPoint,
	bool superPeer
)

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:DistributedFileSystem.SwarmChunkAvailability.PeerContactAllowed(NetworkCommsDotNet.Tools.ShortGuid,System.Net.IPEndPoint,System.Boolean)"]

See Also