Update package doc
In particular, ConfigDir has gone away.
This commit is contained in:
parent
528836ab4c
commit
67dbccff40
10
doc.go
10
doc.go
|
@ -9,15 +9,9 @@ BitTorrent features implemented include:
|
||||||
* DHT
|
* DHT
|
||||||
* uTP
|
* uTP
|
||||||
* PEX
|
* PEX
|
||||||
* Magnet
|
* Magnet links
|
||||||
* IP Blocklists
|
* IP Blocklists
|
||||||
* Some IPv6
|
* Some IPv6
|
||||||
* UDP Trackers
|
* HTTP and UDP tracker clients
|
||||||
|
|
||||||
ConfigDir
|
|
||||||
|
|
||||||
A Client has a configurable ConfigDir that defaults to $HOME/.config/torrent.
|
|
||||||
Torrent metainfo files are cached at $CONFIGDIR/torrents/$infohash.torrent.
|
|
||||||
|
|
||||||
*/
|
*/
|
||||||
package torrent
|
package torrent
|
||||||
|
|
Loading…
Reference in New Issue