ClientInfo
data class ClientInfo(val name: String, val code: String, val style: ClientStyle, val major: Int, val minor: Int, val revision: Int, val tag: Int)
A decoded peer-id fingerprint: the port of libtorrent's fingerprint struct as produced by parse_az_style / parse_shadow_style / parse_mainline_style.
Functions
Link copied to clipboard
The libtorrent lookup() display string: "<name> <major>.<minor>.<revision>" with an optional ".<tag>" suffix when tag is non-zero.