Zig implementation: TODO.

master
Philippe Pittoli 2023-02-06 06:50:07 +01:00
parent 6a28fa8ac7
commit 136b294aac
1 changed files with 9 additions and 0 deletions

View File

@ -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