package
2.0.0-rc.2+incompatible
Repository: https://github.com/ttys3/chihaya.git
Documentation: pkg.go.dev

# Packages

Package http implements a BitTorrent frontend via the HTTP protocol as described in BEP 3 and BEP 23.
Package udp implements a BitTorrent tracker via the UDP protocol as described in BEP 15.

# Interfaces

TrackerLogic is the interface used by a frontend in order to: (1) generate a response from a parsed request, and (2) asynchronously observe anything after the response has been delivered to the client.