|
@@ -225,6 +225,11 @@ it in memory using `mapviewoffile`.
|
|
|
|
|
|
[ ] `block_filemapping_init` should use `OpenFileMapping` and `MapViewOfFile`.
|
|
|
|
|
|
+[ ] IPC in the Windows sandbox must be named pipes instead of anonymous pipes
|
|
|
+because anonymous ones don't have support neither for duplex communication
|
|
|
+nor overlapped IO operations. It means that a proper planning of SID must be
|
|
|
+made to restrict other low integrity level sandboxed process.
|
|
|
+
|
|
|
[ ] `msg_poller` should use io completion port
|
|
|
=> might work, try out
|
|
|
=> take care socket deletion
|