This commit is contained in:
YouROK
2020-11-30 23:04:49 +03:00
parent f1aa7858f2
commit 0569ade7b8
7 changed files with 35 additions and 30 deletions

View File

@@ -100,6 +100,8 @@ func (bt *BTServer) configure() {
bt.config.ListenPort = settings.BTsets.PeersListenPort
}
bt.config.DefaultRequestStrategy = torrent.RequestStrategyFuzzing()
log.Println("Configure client:", settings.BTsets)
}