lg / murder

Large scale server deploys using BitTorrent and the BitTornado library (NOTE: project no longer maintained)

Home Page:http://twitter.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source location for disabling DHT, UPnP, Encryption?

xinliu8 opened this issue · comments

In the introduction video, the functionality of disabling DHT, UPnP, Encryption was mentioned. Could please point me to the files doing them? I cannot find them in the code as I went through murder code and also did a diff on bittornado directory. Thanks.

see https://github.com/lg/murder/blob/master/dist/BitTornado/download_bt1.pyand
https://github.com/lg/murder/blob/master/dist/BitTornado/BT1/track.py for
the settings that were changed

On Mon, May 14, 2012 at 6:23 PM, goododd <
reply@reply.github.com

wrote:

In the introduction video, the functionality of disabling DHT, UPnP,
Encryption was mentioned. Could please point me to the files doing them? I
cannot find them in the code as I went through murder code and also did a
diff on bittornado directory. Thanks.


Reply to this email directly or view it on GitHub:
#14

Thanks for the pointers. I also noticed that you limited up/download speed to 10MB/s. I am curious how fast you can get if you don't limit in the cluster connected by Gigabit NIC (mentioned in the video)? Thanks. I am asking because I only see around 10MB/s between only two machines that's connected by Gigabit Ethernet and am trying to figure out what settings that may influence this.