toy_paxos
toy_paxos copied to clipboard
Simple implementation of Paxos protocol in Python
Results
1
toy_paxos issues
Sort by
recently updated
recently updated
newest added
I guess this should be sent somewhere around line 510 in the PaxosAcceptorProtocol where it states: else: # Too late, we already told someone else we'd do it # Send...