lg / murder

Large scale server deploys using BitTorrent and the BitTornado library (NOTE: project no longer maintained)
http://twitter.com
Other
2.53k stars 269 forks source link

Source location for disabling DHT, UPnP, Encryption? #14

Open xinliu8 opened 12 years ago

xinliu8 commented 12 years ago

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.

lg commented 12 years ago

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: https://github.com/lg/murder/issues/14

xinliu8 commented 12 years ago

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.