cmd/torrent: Fix -{utp,tcp}Peers defaults
Addresses https://github.com/anacrolix/torrent/issues/396#issuecomment-614210103.
This commit is contained in:
parent
26071eaad0
commit
8cf3ce187d
@ -148,6 +148,8 @@ var flags = struct {
|
||||
DownloadRate: -1,
|
||||
Progress: true,
|
||||
Dht: true,
|
||||
TcpPeers: true,
|
||||
UtpPeers: true,
|
||||
}
|
||||
|
||||
func stdoutAndStderrAreSameFile() bool {
|
||||
|
Loading…
x
Reference in New Issue
Block a user