jaksa76 / paxos

A Java implementation of Lamport's Paxos algorithm.
Apache License 2.0
88 stars 30 forks source link

avoid sending whole message back and forth #12

Open jaksa76 opened 9 years ago

jaksa76 commented 9 years ago

the original message is currently being sent during the accept and success phases. avoid re-sending the message when not necessary.