//
pkg.gl
Category
github.com/factomproject/chihaya-tracker
frontend
package
2.0.0-rc.2+incompatible
Repository:
https://github.com/factomproject/chihaya-tracker.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
25 SLOC
#
Packages
http
Package http implements a BitTorrent frontend via the HTTP protocol as described in BEP 3 and BEP 23.
udp
Package udp implements a BitTorrent tracker via the UDP protocol as described in BEP 15.
#
Interfaces
TrackerLogic
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.