Page 4 of 23

Re: [Plugin] libtorrent Config v0.2.4.0

Posted: Sun Aug 31, 2014 5:19 am
by Ratanak
The first thing that comes to mind is to check the "user_agent" setting. Make sure it is not set and that the "Actual" column says "Deluge 1.3.7".

If that's not the problem, then it might have something to do with the client fingerprint. When the Deluge daemon starts up, it creates a fingerprint that includes a Deluge client id for the libtorrent session. If a fingerprint is not provided then the fingerprint defaults to a libtorrent client id. This would explain why a client might be identified as libtorrent because some sites will check the client fingerprint instead of user agent.

The only way a fingerprint can be replaced is by starting a new session. If this is happening to you, then it may be because a session is being started without being properly initialized by Deluge. This is not normal behavior so I'm not sure how it would happen. It' not likely to be ltConfig since ltConfig only changes session settings and never creates a new session. Are you using any other plugins or maybe used some patch?

Re: [Plugin] libtorrent Config v0.2.4.0

Posted: Mon Jan 19, 2015 4:00 pm
by infoextreme
Hi,

I am using Deluge 1.3.11 + plugin libtorrent Config v0.2.4.0 HIGH PERFORMANCE SEED

Config Server

Intel Xeon 2x E5-2650v2
48GB RAM DDR3 ECC
4x 2tb SAS RAID 0
2x 10Gbps
SO Ubuntu 12.04

wget -O /dev/null http://speedtest.serverius.com/files/5000mb.bin

697MB/s

iperf -c mirror.nforce.com
------------------------------------------------------------
Client connecting to mirror.nforce.com, TCP port 5001
TCP window size: 23.5 KByte (default)
------------------------------------------------------------
[ 3] local 93.158.200.47 port 53155 connected with 85.159.239.121 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 7.59 GBytes 6.52 Gbits/sec

Any help setting deluge.

Deluge bad speed download and upload maximum 90MB/s

Re: [Plugin] libtorrent Config v0.2.4.0

Posted: Mon Jan 19, 2015 5:28 pm
by Ratanak
Is it only a problem when you apply the high performance settings?

Re: [Plugin] libtorrent Config v0.2.4.0

Posted: Mon Jan 19, 2015 5:46 pm
by infoextreme
Ratanak wrote:Is it only a problem when you apply the high performance settings?
The high performance option is applied successfully

Re: [Plugin] libtorrent Config v0.2.4.0

Posted: Mon Jan 19, 2015 6:26 pm
by Ratanak
I mean, did you have this problem even before using high performance settings?

Re: [Plugin] libtorrent Config v0.2.4.0

Posted: Mon Jan 19, 2015 6:40 pm
by infoextreme
Ratanak wrote:I mean, did you have this problem even before using high performance settings?
yes

Re: [Plugin] libtorrent Config v0.2.4.0

Posted: Mon Jan 19, 2015 6:48 pm
by Ratanak
I'd guess this is a libtorrent issue and it might be a utp related problem: https://code.google.com/p/libtorrent/is ... ail?id=546

Try changing the 'mixed_mode_algorithm' setting between 0 (which will prefer tcp traffic) and 1. Also, you might want to try disabling 'rate_limit_utp'.

Re: [Plugin] libtorrent Config v0.2.4.0

Posted: Mon Jan 19, 2015 7:51 pm
by infoextreme
Ratanak wrote:I'd guess this is a libtorrent issue and it might be a utp related problem: https://code.google.com/p/libtorrent/is ... ail?id=546

Try changing the 'mixed_mode_algorithm' setting between 0 (which will prefer tcp traffic) and 1. Also, you might want to try disabling 'rate_limit_utp'.
Using libtorrent 0.16.17.0

made the changes had an improvement in both download and upload'm already hitting 140MB / s, I will continue testing other torrents

Re: [Plugin] libtorrent Config v0.2.4.0

Posted: Tue Jan 20, 2015 10:40 pm
by scoobynz
Hi. Im just looking at this. How do I apply the High Performance Preset? When I goto the preset dropdown box it only has the options for "initial settings"

Im using libtorrent 1.0.3.0 and deluge 1.3.11.

Re: [Plugin] libtorrent Config v0.2.4.0

Posted: Thu Jan 22, 2015 4:34 am
by Ratanak
scoobynz wrote:Hi. Im just looking at this. How do I apply the High Performance Preset? When I goto the preset dropdown box it only has the options for "initial settings"

Im using libtorrent 1.0.3.0 and deluge 1.3.11.
This should be fixed with the latest commit. I'll put together a release soon.