Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 408 Bytes

README.rst

File metadata and controls

19 lines (12 loc) · 408 Bytes

Raft network simulator, used for testing/abusing Raft.

Building

make

Usage

A network of 3 nodes with a message drop rate of 50%, message duplication rate of 20%, with a random seed initialized at 2:

build/virtraft --servers 3 --drop_rate 50 --dupe_rate 20 --seed 2