Skip to content

Latest commit

 

History

History
executable file
·
10 lines (8 loc) · 433 Bytes

README.md

File metadata and controls

executable file
·
10 lines (8 loc) · 433 Bytes

cpp-gossip

C++ implementation of gossip protocol This project is based on memberlist implemented by golang.

Serialization and Deserialization

This project uses google protobuf v3.19.4 to serialize and deserialize the structural data. glog v0.6.0

Time Accuracy

The time accuracy is microsecond level.