FedP2P/config.go

10 lines
171 B
Go
Raw Normal View History

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