#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

#926 in Embedded development

Download history 2/week @ 2024-01-15 16/week @ 2024-02-19 18/week @ 2024-02-26 11/week @ 2024-03-04 19/week @ 2024-03-11 8/week @ 2024-03-18 15/week @ 2024-03-25 69/week @ 2024-04-01 15/week @ 2024-04-08 22/week @ 2024-04-15

121 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