Opened 9 years ago
#5481 new Enhancement
Add "pieces" to "peers" in torrent-get RPC call
Reported by: | jmlsteele | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | Transmission | Version: | 2.81+ |
Severity: | Normal | Keywords: | RPC pieces peers |
Cc: |
Description
By allowing users to have access to the piece graph of the peers we are connected to through RPC, we can generate some useful statistics on a torrent. I've added this patch into my local copy, which I use with a custom written Web Application to generate "Swarm Health" piece graphs.
The patch file I've attached is based against the 2.81 debian codebase.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Patch file to implement enhancement.