2
0
mirror of synced 2025-02-24 06:38:14 +00:00
torrent/config.go
2014-08-21 18:07:06 +10:00

10 lines
171 B
Go

package torrent
type Config struct {
DataDir string
ListenAddr string
DisableTrackers bool
DownloadStrategy DownloadStrategy
NoDHT bool
}