Opened 8 years ago
Closed 7 years ago
#5459 closed Bug (duplicate)
Download speed from one peer in local network is fixed at 4MiB/sec
Reported by: | agz | Owned by: | jordan |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | libtransmission | Version: | 2.82 |
Severity: | Major | Keywords: | |
Cc: |
Description
Download speed from one peer in local network is fixed at 4MiB/sec. Upload speed is fine, about 60-70MiB/sec. Without uTP result is the same.
Another clients (rTorrent, Deluge, μTorrent-server) download from this peer is about 60-70MiB/sec.
I change code in peer-mgr.c, line 3661: tr_timerAddMsec (mgr->bandwidthTimer, 1); In bandwidth.c, line 228: reduced increment from 3000 to 512.
And now download speed increased to 32MiB/sec, maximum.
Running Fedora 19, x86_64, transmission-daemon 2.82.
Change History (2)
comment:1 Changed 7 years ago by mike.dld
comment:2 Changed 7 years ago by jordan
- Resolution set to duplicate
- Status changed from new to closed
It does indeed.
Note: See
TracTickets for help on using
tickets.
Looks related to #3581.