SeedChokingAlgorithm

Port of settings_pack::seed_choking_algorithm_t (for Settings.SEED_CHOKING_ALGORITHM).

Properties

Link copied to clipboard
const val ANTI_LEECH: Int = 2

Prioritise peers that just started or are about to finish.

Link copied to clipboard
const val FASTEST_UPLOAD: Int = 1

Unchoke the peers we can send to fastest.

Link copied to clipboard
const val ROUND_ROBIN: Int = 0

Round-robin the unchoked peers, distributing upload uniformly.