PerformanceAlert
data class PerformanceAlert(val torrentName: String?, val warning: PerformanceWarning) : TorrentAlert
Generated when a limit is reached that may hurt upload/download performance. Ported from libtorrent::performance_alert (alert_type 9).
libtorrent renders <name>: performance warning: <warning-label>.
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).
Link copied to clipboard
the specific performance warning.