This commit is contained in:
Nick Frost 2016-07-05 19:13:30 -07:00 committed by GitHub
parent 2ac65725a1
commit 410ed96e56

View File

@ -13,7 +13,7 @@
Node.js implementation of a [BitTorrent tracker](https://wiki.theory.org/BitTorrentSpecification#Tracker_HTTP.2FHTTPS_Protocol), client and server. Node.js implementation of a [BitTorrent tracker](https://wiki.theory.org/BitTorrentSpecification#Tracker_HTTP.2FHTTPS_Protocol), client and server.
A **BitTorrent tracker** is an web service which responds to requests from BitTorrent A **BitTorrent tracker** is a web service which responds to requests from BitTorrent
clients. The requests include metrics from clients that help the tracker keep overall clients. The requests include metrics from clients that help the tracker keep overall
statistics about the torrent. The response includes a peer list that helps the client statistics about the torrent. The response includes a peer list that helps the client
participate in the torrent swarm. participate in the torrent swarm.