The DFS type exposes the following members.
Back to Top
Fields
| Name | Description | |
|---|---|---|
| ChunkRequestTimeoutMS |
The number of milliseconds after which a chunk request times out.
| |
| ItemBuildTimeoutSecsPerMB |
The number of seconds to allow per MB when building DFS items
| |
| MaxConcurrentLocalItemBuild |
The maximum number of DFS items that can be built concurrently
| |
| MaxConcurrentPeerRequests |
The maximum number of concurrent chunk requests to make to the same peer
| |
| MaxTotalItemRequests |
The total number of simultaneous chunk requests for a given item
| |
| MinChunkSizeInBytes |
The minimum size of DFS item chunks
| |
| PeerBusyNetworkLoadThreshold |
While the peer network load goes above this value it will always reply with a busy response
| |
| PeerBusyTimeoutMS |
The time in milliseconds after which a peer busy flag is removed
| |
| PeerMaxNumTimeouts |
The maximum number of times a chunk request can timeout from a peer before it is removed from the swarm
|
See Also