Merge pull request #840 from karalabe/throttled-dialing

p2p: throttled handshakes
This commit is contained in:
Jeffrey Wilcke
2015-05-08 06:53:40 -07:00
6 changed files with 180 additions and 19 deletions

View File

@@ -75,6 +75,7 @@ func init() {
utils.LogFileFlag,
utils.LogLevelFlag,
utils.MaxPeersFlag,
utils.MaxPendingPeersFlag,
utils.MinerThreadsFlag,
utils.NATFlag,
utils.NodeKeyFileFlag,