Opened 16 years ago
Closed 16 years ago
#66 closed bug (WontFix)
downloaded block reporting
Reported by: | monsicek@… | Owned by: | markybob |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | 0.5.x | Version: | 0.5.8.4 |
Keywords: | Cc: |
Description
Hi,
I'm noticed problem about reporting downloaded blocks to other peers in swarm. I use deluge for transfers bigger files between friends and it never ever show up currect progress of download to other side (tryed deluge, azureus, utorrent), it says just 0% or if you restart download, it stucked at percent when the connection was established.
Summary: I can't see % and downloaded blocks by peer connected to me by deluge.
PS: didn't try lates (0.5.8.5 version) yet
I hope it will be fixed soon.
Change History (4)
comment:1 Changed 16 years ago by arvid@…
comment:2 Changed 16 years ago by monsicek@…
Hi, again
thanks for useful info, but it won't help me since I run deluge on windows and have no idea how can I compile bins myself. So if somebody can do that, I whould be grateful.
comment:3 Changed 16 years ago by arvid@…
The comment was primarily directed towards deluge developers, so that they can expose this setting in the deluge settings.
comment:4 Changed 16 years ago by andar
- Resolution set to wontfix
- Status changed from new to closed
This is an optimization in libtorrent to prevent un-needed network traffic. We will not be enabling by default.
There is a setting in libtorrent, session_settings::send_redundant_have. This setting controls if libtorrent should send have messages to peers that already have the piece. The default value is false, which will save some amount of bandwidth, and it will make other peers not see all the progress you do on your download.