From 6204950701d0cba5adb94ee1c14a7f0e479121cd Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Thu, 1 Aug 2019 22:24:14 -0400 Subject: Add TODO note for packet sizes on pipes. --- TODO.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.org b/TODO.org index e6af320..fe8fc26 100644 --- a/TODO.org +++ b/TODO.org @@ -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. -- cgit v1.2.3