I have so far heard three explanations for the gossip model.
1. The gossip model is a protocol used to disseminate information and synchronize state in a distributed system.
2. Outbox.
3. NIP-65.
Most certainly the gossip model is not the #[2] gossip client.
Login to reply
Replies (3)
1. Accurate but not really helpful here. p2p systems that need to achieve data consistency use a gossip protocol to spread the information around all the nodes in the network.
2. and 3. Are basically the same.
Yes, Mike's client implements a version of the outbox model but when people talk about the protocol they aren't normally referring to his client.
Gossip protocol - Wikipedia
Thanks sharing🤙
I'm curious why this is implemented on the client side and not on relay. An unprofessional question: I think relay is better suited to the gossip model to spread information