Skip to content

Announce request should support event completed and stopped #1004

@charleshuang3

Description

@charleshuang3

torrent/tracker_scraper.go

Lines 231 to 236 in fae873d

e := tracker.Started
for {
ar := me.announce(ctx, e)
// after first announce, get back to regular "none"
e = tracker.None

Currently, we only support started and none. Without event, private tracker may have trouble to record stats.

How to impl

@anacrolix wdyt? I can work on impl, if you want.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions