status-go/vendor/github.com/anacrolix/torrent/tracker/shared/shared.go

11 lines
335 B
Go

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.
)