From 136b294aacfa800fd1b13824e38a75393fe69ef0 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Mon, 6 Feb 2023 06:50:07 +0100 Subject: [PATCH] Zig implementation: TODO. --- zig-impl/TODO.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/zig-impl/TODO.md b/zig-impl/TODO.md index 1b0c771..e546838 100644 --- a/zig-impl/TODO.md +++ b/zig-impl/TODO.md @@ -1,3 +1,12 @@ +### LibIPC not entirely exposed + +Some functions are not available in the bindings, mostly functions related to switching. + +### MISC + +- create the unix socket directory +- close the connection and log when we receive too big messages + ### src/exchange-fd.zig - still very WIP, even though it works as expected