]> Sergey Matveev's repositories - btrtrc.git/commit
add Torrent.ModifyTrackers() func (#945)
authorucwong <ucwong@126.com>
Sun, 26 May 2024 11:47:04 +0000 (12:47 +0100)
committerGitHub <noreply@github.com>
Sun, 26 May 2024 11:47:04 +0000 (21:47 +1000)
commit7958f02e42be1898f340504c73a2b29bf1222877
treeca9c69e923f77fcdc7b196e14d889c1385d0c171
parentf705f594bd5c0ab18642717e2db98c1767d6f03a
add Torrent.ModifyTrackers() func (#945)

* add ClearTrackers() func

* add stop channel for each announcer

* add stop once avoid multi close

* use waitgroup to stop ann
t.go
torrent.go
tracker_scraper.go
webseed/client.go
wstracker.go