diff options
-rw-r--r-- | TODO.org | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -34,6 +34,12 @@ overflowing with race conditions. A channel will allow us to deterministically walk events and make sure everything's ordered properly. +* Use endpoint packet size on pipe. +The pipe is just using a max packet size of 8 bytes, regardless of +what's on the endpoint. pcksize will need a function to take +max_packet_size and convert it to the variant that is closest without +going over. + * Clean up pipe descriptor stuff. There's a bunch of unsafe functions that can be made safe. |