aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenauxg <19689618+Henauxg@users.noreply.github.com>2023-01-16 19:08:24 +0100
committerHenauxg <19689618+Henauxg@users.noreply.github.com>2023-01-16 19:08:24 +0100
commite7790f2be7a5c7a7632e6b23079f54d6dab45766 (patch)
tree429b718d8f0f9a9e8c38dff37be984ed479210e4
parenta41bc0a4895d40637afb889709917f3ee6a2b835 (diff)
[readme] Update roadmap
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e53ad4b..bf555b6 100644
--- a/README.md
+++ b/README.md
@@ -72,11 +72,11 @@ Those are the features/tasks that will probably come next (in no particular orde
- [x] Feature: Send messages from the server to a selected group of clients
- [x] Feature: Raise connection/disconnection events from the plugins
- [x] Feature: Implement unordered & ordered reliable message channels from client & server
-- [ ] Feature: Implement unreliable message channel from client & server
-- [ ] Feature: Send unreliable messages larger than the MTU from client & server
+- [x] Feature: Implement unreliable message channel from client & server
+- [ ] Feature: Send unreliable messages larger than the path MTU from client & server
- [x] Feature: Implementing a way to launch a local server from a client
- [x] Feature: Client should be capable to connect to another server after disconnecting
-- [ ] Performance: feed multiples messages before flushing channels
+- [ ] Performance: feed multiples messages before flushing ordered reliable channels
- [ ] Clean: Rework the error handling in the async back-end
- [x] Clean: Rework the configuration input for the client & server plugins
- [ ] Documentation: Fully document the API