zzlyn / ConsensusVisualization

Other
2 stars 1 forks source link

pbft: handle client request at servers #87

Closed rfairley closed 4 years ago

rfairley commented 4 years ago

Also makes the client use a logical time, which is one character wide vs. the model time, and doesn't take as much space in the log. A few more edits to allow the client to keep sending requests. Still working out deduplication of client requests stored in their queue (two messages with the same client timestamp shouldn't ever exist in queuedClientRequests).