@ -36,6 +36,17 @@ static const eth::uint c_maxHashes = 256; ///< Maximum number of hashes GetChai
staticconsteth::uintc_maxBlocks=128;///< Maximum number of blocks Blocks will ever send. BUG: if this gets too big (e.g. 2048) stuff starts going wrong.
staticconsteth::uintc_maxBlocks=128;///< Maximum number of blocks Blocks will ever send. BUG: if this gets too big (e.g. 2048) stuff starts going wrong.
staticconsteth::uintc_maxBlocksAsk=2048;///< Maximum number of blocks we ask to receive in Blocks (when using GetChain).
staticconsteth::uintc_maxBlocksAsk=2048;///< Maximum number of blocks we ask to receive in Blocks (when using GetChain).
// Addresses we will skip during network interface discovery
// Use a vector as the list is small
// Why this and not names?
// Under MacOSX loopback (127.0.0.1) can be named lo0 and br0 are bridges (0.0.0.0)