package
1.0.2
Repository: https://github.com/realimage/chihaya.git
Documentation: pkg.go.dev

# Packages

Package models implements the common data types used throughout a BitTorrent tracker.

# Functions

New creates a new Tracker, and opens any necessary connections.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
Tracker represents the logic necessary to service BitTorrent announces, independently of the underlying data transports used.

# Interfaces

Writer serializes a tracker's responses, and is implemented for each response transport used by the tracker.