AdamCollins / ogre-net

https://youtu.be/-FtCTW2rVFM?t=20
0 stars 1 forks source link

Restrict number of onlineNodes each node keeps track of #7

Open AdamCollins opened 3 years ago

AdamCollins commented 3 years ago

Current implementation will always result in the network reaching eventual full connectivity. This is fine for small networks but will be unnecessary and a bottle neck with scale.

Possible fixes:

Considerations:

For more explanation see documentation under _New Node Joining_