Update TODO.

This commit is contained in:
Peter Johnson
2015-08-02 21:47:56 -07:00
parent e9073a3cc0
commit 3b0eb56cf6

10
TODO.md
View File

@@ -2,14 +2,9 @@
## Functionality
* Dispatcher: Client handshake (synchronization)
* Dispatcher: Server handshake
* Dispatcher: Main dispatch loop
* Dispatcher: Combine multiple updates
* Automatic persistent saves
* GetConnections
* Notifiers
* RPC
* Logging callback global
## Unit Test Coverage
@@ -17,6 +12,9 @@
* SequenceNumber class
* NetworkCommunication class
* Dispatcher class
* Storage incoming processing
* Notifiers
* RPC
* C++ API
* C API
* SavePersistent safe file handling (part of C++ API)