From 233595d004046b7637d38634b45e8c7fd5038705 Mon Sep 17 00:00:00 2001 From: Gaius Date: Thu, 2 Jan 2025 11:32:15 +0800 Subject: [PATCH] docs: add encrypted storage feature for client in v2.4 roadmap (#208) Signed-off-by: Gaius --- docs/roadmap/v2.4.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/roadmap/v2.4.md b/docs/roadmap/v2.4.md index c66a18d..f1d33c9 100644 --- a/docs/roadmap/v2.4.md +++ b/docs/roadmap/v2.4.md @@ -19,6 +19,7 @@ Client - Support P2P for RDMA-based memory storage. - Add distributed addressing, allowing deployment without relying on the manager and scheduler. - Optimize file transfer speed in the P2P network. +- Encrypted storage of downloaded content offers a more secure solution. Others