Registered Member
|
My problem is one other have had as well: KTorrent is painfully slow.
I'm not behind a NAT, my port settings and such are the same I use in Azureus, but I still don't get download speeds to go over ~15K/sec. With Az, I get the maximum speeds I can with my connection, which is a 10 Mbit/10 Mbit one. Any insight as to why? |
Moderator
|
|
Registered Member
|
|
Registered Member
|
|
Registered Member
|
Still experiencing the same, 1.2beta (svn revision 478976).
Sometimes I do get a momentary 150k/s but the performance on average stays in the 15-20k range. I should note that upload speeds are what are to be expected from my connection. Somehow I'm forced to think ktorrent isn't that aggressive in requesting chunks. Developer people want to confirm this? |
Moderator
|
[quote="theShrike"]Still experiencing the same, 1.2beta (svn revision 478976).
Sometimes I do get a momentary 150k/s but the performance on average stays in the 15-20k range. I should note that upload speeds are what are to be expected from my connection. Somehow I'm forced to think ktorrent isn't that aggressive in requesting chunks. Developer people want to confirm this?[/quot We keep a maximum of 10 outstanding requests per peer. You could try increasing the number to something higher It's in libktorrrent/torrent/chunkdownload.cpp line 176 : for (Uint32 i = 0;i < num && pd->getNumRequests() < 10;i++) You can change the number to something higher, but I doubt that would do anything, as soon as a piece arrives, we request new pieces. Allthough maybe there is a problem with us requesting a piece, the other side doesn't send it and so the piece keeps hogging the connection forever and if you got 10 of those you will not send any requests ... I need to examine this. |
Moderator
|
|
Registered Member
|
|
Registered Member
|
Registered users: bancha, Bing [Bot], Google [Bot], Sogou [Bot]