Thank you for pointing that out! This is an old post and that particular page no longer exists. I will remove it. Best place to search for answers to your questions is here on Forums or by searching across the Developer Portal content. See image below with pointer to search box on the Dev Portal. This will allow you to search across docs, tutorials, solutions and articles.
@ryanRfox - you’re right, I have a node synching right now. Thanks for the pointer though.
What I’m looking for is documentation for the gossip implementation. I’m as interested in the stuff under the surface as much as developing dapps for it.
Thanks JasonW, the part I am interested in is the gossip protocol (not the overall consensus mechanism).
Any node wishing to transact has to send its pending transaction(s) into the network so that the node that is nominated to forge the next block (or perhaps the one after that etc.) has the pending transaction for validation and inclusion. I also expect that the same gossip implementation is used for transmitting within the network voting mechanisms and ultimately the replication of the next block to all nodes.
This makes the gossip protocol a fundamental part of the implementation - a part that will become even more important as the network grows. The mean connectedness of relay nodes as well as the mean and max hop radius will have a significant influence on the rate at which the network can forge new blocks.