Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 207 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 207 Bytes

MultiPaxos

Python implementation of Multipaxos with the following features:

  • Proposer catch-up (crash-restart)
  • Leaners catch-up (crash-restart)
  • Acceptors are assumed to be always up
  • Leader election