Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
com: shrink send/receive buffers from 256 to 64 bytes
The largest message that is generated by the current protocol is a `cnfLine` containing 25 bytes of pattern, plus 5 bytes of other data. Even assuming a worst case of having to SLIP-escape all the bytes, this fits in a 64-byte buffer.
- Loading branch information