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
|
||||
* uTP
|
||||
* PEX
|
||||
* Magnet
|
||||
* Magnet links
|
||||
* IP Blocklists
|
||||
* Some IPv6
|
||||
* UDP Trackers
|
||||
|
||||
ConfigDir
|
||||
|
||||
A Client has a configurable ConfigDir that defaults to $HOME/.config/torrent.
|
||||
Torrent metainfo files are cached at $CONFIGDIR/torrents/$infohash.torrent.
|
||||
|
||||
* HTTP and UDP tracker clients
|
||||
*/
|
||||
package torrent
|
||||
|
|
Loading…
Reference in New Issue