Dec 192006
 

最近运营商纷纷加入bt/emule等协议的过滤
魔高一丈,各大客户端就纷纷加入协议加密
效果就是让运营商的过滤器看不出那是一个bt/emule协议

rtorrent最新版0.7.0也加入了相关功能
使用方法很简单
在rtorrent.rc中加入
encryption = allow_incoming,enable_retry,prefer_plaintext
就是允许加密,但是以非加密优先
如果想以加密优先的话,就应该写成
encryption = allow_incoming,try_outgoing,enable_retry

有以下参数
allow_incoming
allow incoming encrypted connections
try_outgoing
use encryption for outgoing connections
require
disable unencrypted handshakes
require_RC4
also disable plaintext transmission after the initial encrypted handshake
enable_retry
if the initial outgoing connection fails, retry with encryption turned on if it was off or off if it was on
prefer_plaintext
choose plaintext when peer offers a choice between plaintext transmission and RC4 encryption, otherwise RC4 will be used

Dec 192006
 

我一直离不开windows的其中一个原因是有bitcomet如此优秀的软件
丰富的控制功能,协议支持,直观使用,运行速度,下载速度,缓存等等都是我觉得其他bt客户端没有办法代替的
即便是java写的Azureus和最近大热的utorrent也没有令我改变想法

直至我遇上rtorrent

无法想像一个linux下的bt客户端能这么强大,而且最特别的,它竟然是console软件,也就是说,我们可以在一台没有安装X的linux机器上run它,并且通过ssh连接上去控制,it’s so cool