Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Add TODO list.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Jul 20, 2015
1 parent 29691e0 commit c9ca2f9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# ntcore TODO

## Functionality

* Dispatcher: Client handshake (synchronization)
* Dispatcher: Server handshake
* Dispatcher: Main dispatch loop
* Automatic persistent saves
* GetConnections
* Notifiers
* RPC

## Unit Test Coverage

* Message class
* SequenceNumber class
* NetworkCommunication class
* Dispatcher class
* C++ API
* C API
* SavePersistent safe file handling (part of C++ API)
* More LoadPersistent warning cases

0 comments on commit c9ca2f9

Please sign in to comment.