diff options
author | Henauxg <19689618+Henauxg@users.noreply.github.com> | 2023-01-20 14:22:56 +0100 |
---|---|---|
committer | Henauxg <19689618+Henauxg@users.noreply.github.com> | 2023-01-20 14:22:56 +0100 |
commit | 3e0e4397e47ad0256996b17a676cc6f446c75adf (patch) | |
tree | f36bbd4da46cc76ca8d639fdce0d5763ee11b25b | |
parent | eadd0d2dbdb0ddd3b42206516a6775a4fb3d720a (diff) |
[readme] Fix features description
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -51,12 +51,10 @@ It currently features: - A Client plugin which can: - Connect/disconnect to/from one or more server - - Send unreliable and ordered/unordered reliable messages - - Receive ordered/unordered reliable messages from the server + - Send & receive unreliable and ordered/unordered reliable messages - A Server plugin which can: - Accept client connections & disconnect them - - Send unreliable and ordered/unordered reliable messages - - Receive ordered/unordered reliable messages from any client + - Send & receive unreliable and ordered/unordered reliable messages - Both client & server accept custom protocol structs/enums defined by the user as the message format. - Communications are encrypted, and the client can [authenticate the server](#certificates-and-server-authentication). |