Opened 16 years ago
Closed 16 years ago
#314 closed bug (WontFix)
Web seeding gets at 16kB rather than torrent piece size
Reported by: | anonymous | Owned by: | markybob |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | 0.5.x | Version: | 0.5.9.2 |
Keywords: | Cc: |
Description
My access_log is showing that the Deluge 0.5.8.9 client is retrieving pieces at 16 kB instead of the piece size the torrent is designated for. In this case, the torrent piece size is 4MB. Other web server log entry is showing Deluge 0.5.8.4 is correctly retrieving the torrent piece size.
Attachments (1)
Change History (6)
by , 16 years ago
Attachment: | deluge0589.txt added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
comment:4 by , 16 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
comment:5 by , 16 years ago
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
All 0.5 tickets are being closed. The branch is dead and won't be maintained any further.
Note:
See TracTickets
for help on using tickets.
So, this "fixed" or is this "invalid"? I've had to ban all Deluge user agents from my web server because the client behaves like DDOS. The GetRight implementation of webseed anyway retrieves rarest pieces in big chunks when possible. Deluge does not do this and consistently retrieves pieces at 16k when it could be retrieving them in 1MB, 2MB, or 4MB file pieces.