2
0
mirror of synced 2025-02-23 22:28:11 +00:00

cmd/torrent: Fix -{utp,tcp}Peers defaults

Addresses https://github.com/anacrolix/torrent/issues/396#issuecomment-614210103.
This commit is contained in:
Matt Joiner 2020-04-16 10:26:37 +10:00
parent 26071eaad0
commit 8cf3ce187d

View File

@ -148,6 +148,8 @@ var flags = struct {
DownloadRate: -1,
Progress: true,
Dht: true,
TcpPeers: true,
UtpPeers: true,
}
func stdoutAndStderrAreSameFile() bool {