fix buffering cache

This commit is contained in:
YouROK
2020-12-08 22:03:48 +03:00
parent 442c1fc27a
commit 212a60a893
12 changed files with 83 additions and 31 deletions

View File

@@ -29,6 +29,7 @@ type BTSets struct {
ConnectionsLimit int
DhtConnectionLimit int // 0 - inf
PeersListenPort int
Strategy int // 0 - RequestStrategyDuplicateRequestTimeout, 1 - RequestStrategyFuzzing, 2 - RequestStrategyFastest
}
func (v *BTSets) String() string {