Fix bug in proc_impl_switcher.rs

This commit is contained in:
Michael Mikovsky
2026-04-20 23:14:07 -06:00
parent 3fdabf96ff
commit 959ea469a8
3 changed files with 2 additions and 60 deletions
+1
View File
@@ -6,6 +6,7 @@
### Topology
- Move server and client components into their own cargo projects
- Write wire protocol spec: `PROTOCOL.md` or doc comment in the protocol module. Spec the two-part frame format `[u32 header_len][rkyv PacketHeader][u32 payload_len][rkyv payload]` with `PacketHeader { dst_path, src_path, packet_type }`. Required before router and payload implementations can be written independently without diverging. See design doc: ~/.gstack/projects/astatin3-unshell/astatin3-main-design-20260420-223152.md
### Obfuscation
- Implement custom ELF loading possibly using 'https://github.com/weizhiao/rust-dlopen'