Daily Archives: December 19, 2006

rtorrent 0.7.0 encryption

最近运营商纷纷加入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 … Continue reading

Posted in Uncategorized | Leave a comment

rtorrent

我一直离不开windows的其中一个原因是有bitcomet如此优秀的软件 丰富的控制功能,协议支持,直观使用,运行速度,下载速度,缓存等等都是我觉得其他bt客户端没有办法代替的 即便是java写的Azureus和最近大热的utorrent也没有令我改变想法 直至我遇上rtorrent 无法想像一个linux下的bt客户端能这么强大,而且最特别的,它竟然是console软件,也就是说,我们可以在一台没有安装X的linux机器上run它,并且通过ssh连接上去控制,it’s so cool

Posted in Uncategorized | 6 Comments