DhtReplyAlert
Generated each time the DHT returns peers for a torrent. Ported from libtorrent::dht_reply_alert (alert_type 16). In libtorrent this derives from tracker_alert but is constructed with an empty URL and endpoint, and its message() omits the version/url, rendering only <prefix> received DHT peers: <n>.
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.