Sonarr/src/NzbDrone.Core/Download/Clients/LibTorrent/README.md

450 B

LibTorrent

The Be-All-End-All. The referance Implementation for the BitTorrent Protocol.

Models

Some Other clients (notably Porla) pass through the signatures for LibTorrent types, usefull to consolidate them in one place.

Parameter Naming Style

Try to keep the names as close to the base implementation as posible.

i.e. checking_files -/> CheckingFiles
Use: checking_files instead

Implementation

maybe one day...