PexFlags
object PexFlags
The per-peer PEX flag bits, the port of the pex_* constants in libtorrent/extensions/ut_pex.hpp (referenced from ut_pex.cpp). They travel in the added.f and added6.f byte strings.
Properties
Link copied to clipboard
0x01: peer supports (BitTorrent) encryption. pex_encryption.
Link copied to clipboard
The mask applied to a received flags byte: every bit except the internal LT_V2. parse ANDs each incoming flag with this, matching flags &= ~pex_lt_v2 in on_extended.