diff options
author | erdgeist <> | 2010-04-22 22:08:42 +0000 |
---|---|---|
committer | erdgeist <> | 2010-04-22 22:08:42 +0000 |
commit | d42bf5a0310b8df4babff645ee91c37e9f994bfe (patch) | |
tree | 878712aeae9d2c64dc626b2945f11cac50954258 /ot_iovec.c | |
parent | ae9ab769415f30ccb444bb0b0190a5fcf22275e7 (diff) |
** struct ot_workstruct gets ritcher (and will become even ritcher soon).
This is where we encapsulate all per-request data from peer to hash to peer_id, so that it is
available everywhere without passing hundreds of pointers down the stack. Most functions that
do work down the stack now accept an ot_workstruct and some flags. So it can end up in the
stats/event-handler where it will be the default parameter in the future.
** peer_id is now being copied by default and moved to ot_workstruct
So it is available in stats and subsequent functions.
** sync scrape madness is gone
SYNC_SCRAPE was intended to sync tracker state that would normally be lost on restarts i.e.
downloaded counts per torrent. The way was to push it in the tracker cloud after finding all
neighbouring trackers.
This is madness. It never was tested and can be done per tracker by fetching
stats/mode=statedump from time to time and starting opentracker with the -l option later.
** livesync thread has its own ot_workstruct now
So it can behave like ot_udp and ot_http against trackerlogic.c and get rid of the first half
of the embarrassing global variables. The sending half will be fixed soon [tm].
** stats can log completed events
The author recognizes the needs of original content distributors to keep track of the amount
of times a work has been downloaded. While not feasible and used on openbittorrent and other
open and anonymous tracker installations, a tracker user can now choose to send those events
to syslog.
Diffstat (limited to 'ot_iovec.c')
0 files changed, 0 insertions, 0 deletions