Parsing tracker list

This commit is contained in:
Igor Katson 2025-02-27 12:26:23 +00:00
parent 8ea5dfae87
commit 3eb1558451
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
4 changed files with 33 additions and 0 deletions

View file

@ -422,6 +422,9 @@ pub struct SessionOptions {
pub blocklist_url: Option<String>,
// The list of tracker URLs to always use for each torrent.
pub trackers: HashSet<url::Url>,
#[cfg(feature = "disable-upload")]
pub disable_upload: bool,
}