TrackerAlert
Base class for alerts associated with a specific tracker, ported from libtorrent::tracker_alert (include/libtorrent/alert_types.hpp). Derives from TorrentAlert because a tracker is always tied to a torrent.
libtorrent renders `torrent_alert::message() + " (" + tracker_url() + ")" + "["
print_endpoint(local_endpoint) + "]"`.
Inheritors
Properties
Link copied to clipboard
The bitmask of AlertCategory flags this alert belongs to. Mirrors alert::category(), which returns the concrete alert's static_category.
Link copied to clipboard
the local listen interface endpoint, already formatted.
Link copied to clipboard
the torrent's name, or null when the handle would be invalid (rendered as " - ", matching libtorrent).
Link copied to clipboard
the tracker URL being announced to.