mboysan / jbizur

An implementation of the Bizur consensus algorithm in java
MIT License
0 stars 2 forks source link

NIO server client #36

Open mboysan opened 6 years ago

mboysan commented 6 years ago
  1. Change the TCP server/client message handling so that it uses a NIO style I/O.
  2. Propose two different ways of connection. Persistant (keep alive) and open-close socket. And make it switchable.