From bf28ccc101db023eddb32e333b884517438cfb79 Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Thu, 30 Apr 2020 08:47:36 -0700 Subject: [PATCH] Update Readme Roadmap Updated it to include the items we agreed to have before being public in the last meeting. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e9db308b31..739f1476cb 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ It is designed to be used behind game clients as well as in front of dedicated g - [x] Server Proxy: Configuration of endpoints with multiple connection token attached, that provide routing - [x] Basic non-transparent UDP forwarding from Client Proxy to Server Proxy - [x] Basic non-transparent UDP forwarding from Server Proxy to all Endpoints -- [ ] Simple UDP routing via an appended connection ID to UDP packet (Client and Server Proxy implementation) -- [ ] QUIC based security and UDP routing (Client and Server Proxy implementation) +- [ ] UDP Filtering design and implementation +- [ ] Simple UDP routing Filter (Client and Server Proxy implementation) - [ ] gRPC configuration management control plane API -- [ ] Add Open Telemetry metrics +- [ ] Open Telemetry metrics ## Project State