sanity / tahrir

A decentralized censorship-resistant Twitter-like P2P network, in development
http://tahrirproject.org/
GNU General Public License v3.0
112 stars 27 forks source link

Spawn multiple assimilation requests if a low threshold is met #14

Open nomel7 opened 12 years ago

nomel7 commented 12 years ago

If we are really below minPeers() then TrPeerManager should try spawn multiple assimilation requests in order for the node to try get back up to speed.

sanity commented 11 years ago

TrPeerManager. maintenance() will spawn new assimilation attempts if peers.size() < minPeers, is something additional required?

sanity commented 11 years ago

ok, i see, the suggestion is we should do several. Let's see how well the current code works in practice first.

sanity commented 11 years ago

So non-blocker for alpha release