ScrapeReplyAlert
Generated when a scrape request to a tracker succeeds. Ported from libtorrent::scrape_reply_alert (alert_type 13). Non-discardable.
libtorrent renders <tracker-prefix> <v1|v2> scrape reply: <incomplete> <complete> (note: incomplete is printed before complete). Either count may be -1 if the tracker's response was malformed.
Properties
The bitmask of AlertCategory flags this alert belongs to. Mirrors alert::category(), which returns the concrete alert's static_category.
number of non-seed peers (leechers) reported, or -1 if unknown.
the local listen interface endpoint, already formatted.
the torrent's name, or null when the handle would be invalid (rendered as " - ", matching libtorrent).
the tracker URL being announced to.
the BitTorrent protocol version that was scraped.