mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Updated roadmap and TODO.
This commit is contained in:
parent
a480c0195a
commit
b75b99a20a
|
@ -25,9 +25,10 @@ Your client stores the public keys/id of the peers used to initiate the connecti
|
|||
|
||||
1. Get our DHT working perfectly.(Done, needs large scale testing though.)
|
||||
2. Reliable connection (See Lossless_UDP protocol) to other peers according to client id. (Done, see DHT_sendfiletest.c for an example)
|
||||
3. Encryption. (this is where we are now)
|
||||
4. Optimize for streaming media.
|
||||
5.
|
||||
3. Encryption. (Done)
|
||||
4. Get a simple text only im client working perfectly. (This is where we are)
|
||||
5. Streaming media
|
||||
6.
|
||||
|
||||
## TODO:
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Things to do now:
|
|||
https://github.com/jedisct1/libsodium
|
||||
|
||||
|
||||
-Crypto (In progress)
|
||||
-Crypto (Done (needs testing))
|
||||
|
||||
-Find and fix bugs in the code.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user