- Jan 17, 2024
- Nov 11, 2021
-
-
chrysn authored
Previously, sockets were only closed on aborts, but not when errors propagated out. Documentation was updated to reflect that; the previous requirement that the user needs to close the connection was already impossible to fullfil.
- Nov 10, 2021
-
-
chrysn authored
- Nov 02, 2021
-
-
chrysn authored
The socket can't be used for anything outside anyway (that'd just be calling for protocol errors), and this allows closing it right at abort time.
-
chrysn authored
-
chrysn authored
The first-byte writes can just be writes rather than or-ing, and then all that's used is written to as well.
-
chrysn authored
-
chrysn authored
... and other clippy suggestions
-
chrysn authored
-
chrysn authored
-
chrysn authored
- Nov 01, 2021
-
-
chrysn authored
-
chrysn authored
-
chrysn authored
-
chrysn authored
Doesn't change much now but makes it easier to handle out-of-send-buffer more gracefully.
-
chrysn authored
-
chrysn authored
-
chrysn authored
-
chrysn authored
This is *not* making best use of send_all, primarily due to choices of this implementation. (With other choices, the options would be better).
-
chrysn authored
-
chrysn authored
See-Also: https://github.com/rust-embedded-community/embedded-nal/issues/59
-
chrysn authored
anticipating there might also soon be a SENDBUFLEN
-
chrysn authored
-
- Oct 31, 2021