You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Erase the const generics from the edge-nal-embassy types (#78)
* Make Udp and Tcp Copy; erase all generics by using a dyn trait for buffers alloc; documentation
* Reduce the size of the socket struct
* Document the Dns type; make it Copy
* Update changelog
* Address code review feedback
Copy file name to clipboardExpand all lines: edge-nal-embassy/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [Unreleased]
9
+
* Erase the const generics from the edge-nal-embassy types #78
10
+
* Make `Tcp`, `Udp` and `Dns``Copy`
11
+
* Change the TX_SZ and RX_SZ defaults for UDP buffers to 1472 bytes which is a bit smaller yet enough if the overall Ethernet MTU is 1500 bytes (which it typically is; Ethernet MTU might be lower, but is rarely higher)
8
12
## [0.6.0] - 2025-05-29
9
13
* Optional `defmt` support via two new features (one has to specify one, or the other, or neither, but not both):
0 commit comments