]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/cmd/nncp-call/main.go
-mcd-wait must not be enabled by default
[nncp.git] / src / cmd / nncp-call / main.go
index 8a5b8670de7a379d5e6f9afdff1e6f2f6f64fe1b..82cec19987583b888932f6a25bed2259906a5b1c 100644 (file)
@@ -49,7 +49,7 @@ func main() {
                listOnly    = flag.Bool("list", false, "Only list remote packets")
                noCK        = flag.Bool("nock", false, "Do no checksum checking")
                onlyPktsRaw = flag.String("pkts", "", "Recieve only that packets, comma separated")
-               mcdWait     = flag.Uint("mcd-wait", 60, "Wait for MCD for specified number of seconds")
+               mcdWait     = flag.Uint("mcd-wait", 0, "Wait for MCD for specified number of seconds")
                rxRate      = flag.Int("rxrate", 0, "Maximal receive rate, pkts/sec")
                txRate      = flag.Int("txrate", 0, "Maximal transmit rate, pkts/sec")
                spoolPath   = flag.String("spool", "", "Override path to spool")