From 3a2e0ea93d8c0d466cc534964d806cf9d8432078 Mon Sep 17 00:00:00 2001 From: iGxnon Date: Wed, 25 Sep 2024 18:49:29 +0800 Subject: [PATCH] update roadmap Signed-off-by: iGxnon --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a32767..de7d22a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Yet another project rewritten in Rust. - Documentation - Simulation testing - Bulk benchmark +- AF_XDP socket & XDP redirect from UDP - Optimize performance for single thread runtime (IO without Send) - Robust client implementation - Use stable rust toolchain (~~I like nightly~~)