Show / Hide Table of Contents

Enum FastResumeMode

Namespace: MonoTorrent.Client
Assembly: MonoTorrent.dll
Syntax
public enum FastResumeMode

Fields

Name Description
Accurate

When AutoSaveLoadFastResume is enabled the engine will delete fast resume data from disk when the TorrentManager enters the Downloading state, or if the hash check is cancelled. FastResume data will be written to disk when the TorrentManager enters Seeding mode, or when the torrent enters the Stopped state and no errors occurred. If a crash occurs, a full hash check will be performed the next time the torrent is started, meaning there is no chance duplicate data will be downloaded.

BestEffort

When AutoSaveLoadFastResume is enabled the engine will not delete fast resume data from disk when the TorrentManager enters the Downloading state. In this mode the engine will write an updated copy of the fast resume data on a regular cadence. In the event of a crash, the most recent fast resume data will be loaded from disk and a full hash check will not be performed. This may result in a small amount of data being redownloaded.

In This Article
Back to top Generated by DocFX