aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2015-05-08 21:53:40 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2015-05-08 21:53:40 +0800
commit23454dcfcb75b9e421d0c3bfe67d33ab49633c5c (patch)
tree547d6ff40c82f00f1a09e3263c10b7e94c81e45a /cmd/geth/main.go
parentf819ac715858bd61094e101a199f8e1b79496dbb (diff)
parent8735e5addda74882da66deab8cf038be1fb3ed3f (diff)
downloadgo-tangerine-23454dcfcb75b9e421d0c3bfe67d33ab49633c5c.tar
go-tangerine-23454dcfcb75b9e421d0c3bfe67d33ab49633c5c.tar.gz
go-tangerine-23454dcfcb75b9e421d0c3bfe67d33ab49633c5c.tar.bz2
go-tangerine-23454dcfcb75b9e421d0c3bfe67d33ab49633c5c.tar.lz
go-tangerine-23454dcfcb75b9e421d0c3bfe67d33ab49633c5c.tar.xz
go-tangerine-23454dcfcb75b9e421d0c3bfe67d33ab49633c5c.tar.zst
go-tangerine-23454dcfcb75b9e421d0c3bfe67d33ab49633c5c.zip
Merge pull request #840 from karalabe/throttled-dialing
p2p: throttled handshakes
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r--cmd/geth/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index ff51e8423..a5187bf76 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -242,6 +242,7 @@ JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Conso
utils.JSpathFlag,
utils.ListenPortFlag,
utils.MaxPeersFlag,
+ utils.MaxPendingPeersFlag,
utils.EtherbaseFlag,
utils.MinerThreadsFlag,
utils.MiningEnabledFlag,