diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-01 22:24:14 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-01 22:24:14 -0400 |
commit | 6204950701d0cba5adb94ee1c14a7f0e479121cd (patch) | |
tree | dfc87a9be8c75eed18493ecbfad3e891583f0a4c | |
parent | 30dcbad26362b9b0ef3f366cf158643b31f912ef (diff) | |
download | samd21-demo-6204950701d0cba5adb94ee1c14a7f0e479121cd.tar.gz samd21-demo-6204950701d0cba5adb94ee1c14a7f0e479121cd.zip |
Add TODO note for packet sizes on pipes.
-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. |