UtpExtension

uTP extension-header kinds. From libtorrent's utp_extensions_t:

enum utp_extensions_t : std::uint8_t
{ utp_no_extension = 0, utp_sack = 1, utp_close_reason = 3 };

(2 is intentionally skipped, because a deprecated extension already uses that number.)

Properties

Link copied to clipboard
const val CLOSE_REASON: Int = 3
Link copied to clipboard
const val NONE: Int = 0
Link copied to clipboard
const val SACK: Int = 1