|
|
最新的rtorrent 0.8.0支持dht了,迟迟等不到进portage,就做了个ebuild,同时需要依赖libtorrent 0.12.0,将附件中的两个包分别解压到/usr/local/portage/net-p2p/rtorrent和/usr/local/portage/net-libs/libtorrent目录下,然后再emerge rtorrent
emerge完后,vi ~/.rtorrent.rc,加入下面的行:
# Enable DHT support for trackerless torrents or when all trackers are down.
# May be set to "disable" (completely disable DHT), "off" (do not start DHT),
# "auto" (start and stop DHT as needed), or "on" (start DHT immediately).
# The default is "off". For DHT to work, a session directory must be defined.
#
dht = on
# UDP port to use for DHT.
#
dht_port = 6881 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|