]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Update package doc
authorMatt Joiner <anacrolix@gmail.com>
Wed, 11 May 2016 11:53:42 +0000 (21:53 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Wed, 11 May 2016 11:53:42 +0000 (21:53 +1000)
In particular, ConfigDir has gone away.

doc.go

diff --git a/doc.go b/doc.go
index 012f6bfe3ba7ac7ab7957178795f2ee5445f0a5b..bfa9f339206964b38a191d6f89f4d3f0157738d7 100644 (file)
--- a/doc.go
+++ b/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