Source location for disabling DHT, UPnP, Encryption?
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 < [email protected]
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
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.