perlin-network / noise

A decentralized P2P networking stack written in Go.
https://godoc.org/github.com/perlin-network/noise
MIT License
1.78k stars 213 forks source link

Is there a gossip protocol for p2p network fast broadcast the message? #300

Open TianshuDing opened 2 years ago

TianshuDing commented 2 years ago

I'm trying to build a p2p network with noise, when one peer transmit a message to many other peers, i just connect to everyone of them and send data. Is there a gossip protocol to make it faster?