SwarmChunkAvailability CloseConnectionsToCompletedPeers Method NetworkComms.Net Help
Closes established connections with completed peers as they are now redundant.

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

public void CloseConnectionsToCompletedPeers(
	byte totalNumChunks
)

Parameters

totalNumChunks
Type: OnlineSystem Byte
The total number of chunks in this item
See Also