Companion

object Companion

Properties

Link copied to clipboard
const val DEFAULT_INTERVAL: Int = 1800

libtorrent's default interval when the tracker omits it (e.dict_find_int_value("interval", 1800)).

Link copied to clipboard
const val DEFAULT_MIN_INTERVAL: Int = 30

libtorrent's default min interval when the tracker omits it (e.dict_find_int_value("min interval", 30)).