Send broadcast messages via gossip protocol and direct peer-to-peer messages
Messages sent via gossip protocol reach all peers in the network, not just direct connections. They propagate with TTL (Time To Live) and path tracking to prevent loops.
Send messages directly to specific peers. Messages are routed through the mesh network.
No direct messages yet