pittacus icon indicating copy to clipboard operation
pittacus copied to clipboard

Gossip protocol implementation in C

Results 2 pittacus issues
Sort by recently updated
recently updated
newest added

Instead of including the whole vector clock into the Status message we should include a hash that represents the current version of data on a node. This would allow us...

In order to ensure a causality of messages when delivering them from one node to another we should maintain a separate message queue per each recipient. Each next message in...