[Plugin] ltConfig v2.0.0

Suggest, post, or discuss plugins for Deluge
Ratanak
Leecher
Leecher
Posts: 98
Joined: Sat Dec 22, 2012 4:47 am

Re: [Plugin] libtorrent Config v0.2.4.0

Post 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?
infoextreme
Member
Member
Posts: 15
Joined: Mon Jan 19, 2015 2:30 pm

Re: [Plugin] libtorrent Config v0.2.4.0

Post 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
Ratanak
Leecher
Leecher
Posts: 98
Joined: Sat Dec 22, 2012 4:47 am

Re: [Plugin] libtorrent Config v0.2.4.0

Post by Ratanak »

Is it only a problem when you apply the high performance settings?
infoextreme
Member
Member
Posts: 15
Joined: Mon Jan 19, 2015 2:30 pm

Re: [Plugin] libtorrent Config v0.2.4.0

Post by infoextreme »

Ratanak wrote:Is it only a problem when you apply the high performance settings?
The high performance option is applied successfully
Ratanak
Leecher
Leecher
Posts: 98
Joined: Sat Dec 22, 2012 4:47 am

Re: [Plugin] libtorrent Config v0.2.4.0

Post by Ratanak »

I mean, did you have this problem even before using high performance settings?
infoextreme
Member
Member
Posts: 15
Joined: Mon Jan 19, 2015 2:30 pm

Re: [Plugin] libtorrent Config v0.2.4.0

Post by infoextreme »

Ratanak wrote:I mean, did you have this problem even before using high performance settings?
yes
Ratanak
Leecher
Leecher
Posts: 98
Joined: Sat Dec 22, 2012 4:47 am

Re: [Plugin] libtorrent Config v0.2.4.0

Post 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'.
infoextreme
Member
Member
Posts: 15
Joined: Mon Jan 19, 2015 2:30 pm

Re: [Plugin] libtorrent Config v0.2.4.0

Post 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
scoobynz
Member
Member
Posts: 18
Joined: Thu Jan 15, 2015 6:39 am

Re: [Plugin] libtorrent Config v0.2.4.0

Post 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.
Ratanak
Leecher
Leecher
Posts: 98
Joined: Sat Dec 22, 2012 4:47 am

Re: [Plugin] libtorrent Config v0.2.4.0

Post 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.
Post Reply