PeerBanAlert
data class PeerBanAlert(val torrentName: String?, val endpoint: String, val client: String = "Unknown") : PeerAlert
Generated when a peer is banned for sending too many corrupt pieces. Ported from libtorrent::peer_ban_alert (alert_type 19).
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 torrent's name, or null when the handle would be invalid (rendered as " - ", matching libtorrent).