From: Sachandhan Ganesh Date: Wed, 3 Feb 2021 23:55:32 +0000 (-0800) Subject: remove features that are no longer on the agenda X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=04aacaf4353597551213ede18f43d9c1c4d754ed;p=connect-rs.git remove features that are no longer on the agenda --- diff --git a/README.md b/README.md index d7b3d03..4f6cbe0 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,8 @@ By using a message queue, crate users can focus on sending and receiving message |----------------------------------------------------- |-------- | | [TCP Client](examples/tcp-client) | ✓ | | [TCP Server](examples/tcp-echo-server) | ✓ | -| UDP Client | | -| UDP Server | | | [TLS Client](examples/tls-client) | ✓ | | [TLS Server](examples/tls-echo-server) | ✓ | -| QUIC Client | | -| QUIC Server | | | SCTP Client | | | SCTP Server | | | DTLS-SCTP Client | |