RC4_DISCARD

const val RC4_DISCARD: Int = 1024

Number of leading RC4 keystream bytes discarded immediately after keying. libtorrent's rc4_handler::set_incoming_key / set_outgoing_key run (and throw away) exactly 1024 bytes of output before any real data.