mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
aquatic_http: AnnounceRequest: make numwant optional, remove trackerid
This commit is contained in:
parent
6b7ce0e211
commit
2f2da8deb0
3 changed files with 17 additions and 14 deletions
|
|
@ -40,7 +40,6 @@ pub struct ScrapeStatistics {
|
|||
pub struct AnnounceResponse {
|
||||
#[serde(rename = "interval")]
|
||||
pub announce_interval: usize,
|
||||
pub tracker_id: String, // Optional??
|
||||
pub complete: usize,
|
||||
pub incomplete: usize,
|
||||
#[serde(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue