FedP2P/config.go

14 lines
265 B
Go

package torrent
type Config struct {
DataDir string
ListenAddr string
DisableTrackers bool
DownloadStrategy DownloadStrategy
NoDHT bool
NoUpload bool
PeerID string
DisableUTP bool
DisableTCP bool
}