]> Sergey Matveev's repositories - btrtrc.git/blob - doc.go
Docs and comments
[btrtrc.git] / doc.go
1 /*
2 Package torrent implements a torrent client. Goals include:
3  * Configurable data storage, such as file, mmap, and piece-based.
4  * Downloading on demand: torrent.Reader will request only the data required to
5    satisfy Reads, which is ideal for streaming and torrentfs.
6
7 BitTorrent features implemented include:
8  * Protocol obfuscation
9  * DHT
10  * uTP
11  * PEX
12  * Magnet
13  * IP Blocklists
14  * Some IPv6
15  * UDP Trackers
16
17 */
18 package torrent