From 67dbccff40126bba8970c9295ca3e817eebd1557 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Wed, 11 May 2016 21:53:42 +1000 Subject: [PATCH] Update package doc In particular, ConfigDir has gone away. --- doc.go | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/doc.go b/doc.go index 012f6bfe..bfa9f339 100644 --- 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