HandshakeException

Thrown by PeerConnection.performHandshake when the peer is not speaking BitTorrent or offers the wrong info-hash. libtorrent turns the same conditions into an errors::invalid_info_hash disconnect.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?