Skip to content

danniss10/virtraft

 
 

Repository files navigation

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

About

Raft network simulator, for QA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.6%
  • C 2.3%
  • Other 0.1%