#networking #buffer #tcp #extension #stack #embedded-nal #precise

no-std embedded-nal-tcpextensions

Extensions to embedded-nal's TCP parts around the more precise use of the stack's buffers

3 releases

0.1.2 Nov 10, 2021
0.1.1 Nov 1, 2021
0.1.0 Nov 1, 2021

#853 in Embedded development

Download history 2/week @ 2024-01-14 13/week @ 2024-02-18 19/week @ 2024-02-25 11/week @ 2024-03-03 20/week @ 2024-03-10 9/week @ 2024-03-17

60 downloads per month
Used in 5 crates

MIT/Apache

15KB
194 lines

embedded-nal-tcpextensions

Extensions to [embedded_nal]'s TCP traits to make more precise use of TCP buffers.

This is not intended to be a long-term extension of embedded-nal, but more an experimenation playground for #59 where users and implementations can play (ideally behind unstable feature gates); once this is mature it is hoped that it'll be taken up into embedded-nal.

License: MIT OR Apache-2.0


lib.rs:

Extensions to [embedded_nal]'s TCP traits to make more precise use of TCP buffers.

This is not intended to be a long-term extension of embedded-nal, but more an experimenation playground for #59 where users and implementations can play (ideally behind unstable feature gates); once this is mature it is hoped that it'll be taken up into embedded-nal.

Dependencies

~1MB
~16K SLoC