|
|
@ -243,7 +243,7 @@ private: |
|
|
|
std::list<std::weak_ptr<RLPXHandshake>> m_connecting; ///< Pending connections.
|
|
|
|
Mutex x_connecting; ///< Mutex for m_connecting.
|
|
|
|
|
|
|
|
unsigned m_idealPeerCount = 5; ///< Ideal number of peers to be connected to.
|
|
|
|
unsigned m_idealPeerCount = 11; ///< Ideal number of peers to be connected to.
|
|
|
|
|
|
|
|
std::map<CapDesc, std::shared_ptr<HostCapabilityFace>> m_capabilities; ///< Each of the capabilities we support.
|
|
|
|
|
|
|
|