A toy Gossip protocol implementation.
Symmetric gossiper nodes will discover and report each other's existence if allowed to run on the same network, creating a dynamic mesh of interconnected nodes.
Based off the gossip protocol from Dynamo: Amazon’s Highly Available Key-value Store (2007).
An example of relatively bulletproof C networking code.