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