Browse Source

update doc for disabled code

cl-refactor
subtly 10 years ago
parent
commit
eeeb842192
  1. 6
      libp2p/Host.cpp

6
libp2p/Host.cpp

@ -544,7 +544,11 @@ void Host::run(boost::system::error_code const&)
pp->serviceNodesRequest();
keepAlivePeers();
// disconnectLatePeers();
// At this time peers will be disconnected based on natural TCP timeout.
// disconnectLatePeers needs to be updated for the assumption that Session
// is always live and to ensure reputation and fallback timers are properly
// updated. // disconnectLatePeers();
if (peerCount() < m_idealPeerCount)
{

Loading…
Cancel
Save