markWorking
fun markWorking(nowEpochSecs: Long, interval: Int, minInterval: Int, trackerId: String = this.trackerId)
Record a successful announce against this tracker at nowEpochSecs: clear the failure counter, mark working, and schedule the next announce interval seconds out with the floor at minInterval (libtorrent sets both next_announce and min_announce on a good response). Captures any trackerId echoed.