10
vendor/github.com/anacrolix/torrent/tracker/shared/shared.go
generated
vendored
Normal file
10
vendor/github.com/anacrolix/torrent/tracker/shared/shared.go
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
package shared
|
||||
|
||||
import "github.com/anacrolix/torrent/tracker/udp"
|
||||
|
||||
const (
|
||||
None udp.AnnounceEvent = iota
|
||||
Completed // The local peer just completed the torrent.
|
||||
Started // The local peer has just resumed this torrent.
|
||||
Stopped // The local peer is leaving the swarm.
|
||||
)
|
||||
Reference in New Issue
Block a user