UdpErrorAlert
data class UdpErrorAlert(val address: String, val operation: String, val errorMessage: String) : Alert
Posted on a UDP socket error (uTP, DHT and UDP-tracker traffic is global to the session). Ported from libtorrent::udp_error_alert (alert_type 46).
libtorrent renders UDP error: <errorMessage> from: <address> op: <operation>.
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 error description.