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?
[Plugin] ltConfig v2.0.0
-
- Member
- Posts: 15
- Joined: Mon Jan 19, 2015 2:30 pm
Re: [Plugin] libtorrent Config v0.2.4.0
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
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
Is it only a problem when you apply the high performance settings?
-
- Member
- Posts: 15
- Joined: Mon Jan 19, 2015 2:30 pm
Re: [Plugin] libtorrent Config v0.2.4.0
The high performance option is applied successfullyRatanak wrote:Is it only a problem when you apply the high performance settings?
Re: [Plugin] libtorrent Config v0.2.4.0
I mean, did you have this problem even before using high performance settings?
-
- Member
- Posts: 15
- Joined: Mon Jan 19, 2015 2:30 pm
Re: [Plugin] libtorrent Config v0.2.4.0
yesRatanak wrote:I mean, did you have this problem even before using high performance settings?
Re: [Plugin] libtorrent Config v0.2.4.0
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'.
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'.
-
- Member
- Posts: 15
- Joined: Mon Jan 19, 2015 2:30 pm
Re: [Plugin] libtorrent Config v0.2.4.0
Using libtorrent 0.16.17.0Ratanak 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'.
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
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.
Im using libtorrent 1.0.3.0 and deluge 1.3.11.
Re: [Plugin] libtorrent Config v0.2.4.0
This should be fixed with the latest commit. I'll put together a release soon.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.