This patch adds the following information to the status
line:
- <1>/<2>/<3> [<4>/<5>/<6>] <7>MB,<8>MB |
<9>,<10> | <11>,<12> E:<13>,<14>
<1> = number of seeders connected
<2> = number of leachers connected
<7> = number of MB downloaded
<8> = number of MB uploaded
<14> = number of successful tracker updates
Other fields remain the same:
<3> = total number of peers reported by the tracker
<4> = number of pieces already downloaded
<5> = total number of pieces in the torrent
<6> = total number of pieces available in the swarm
<9> = download rate
<10> = upload rate
<11> = bytes downloaded since last status update
<12> = bytes uploaded since last status update
<13> = number of tracker errors
This patch is based off version 1.3.4.
status.patch