2
0
mirror of synced 2025-02-24 22:58:28 +00:00
torrent/config.go

11 lines
194 B
Go
Raw Normal View History

2014-08-21 18:07:06 +10:00
package torrent
type Config struct {
DataDir string
ListenAddr string
DisableTrackers bool
DownloadStrategy DownloadStrategy
NoDHT bool
NoUpload bool
2014-08-21 18:07:06 +10:00
}