Update Rust crate smoltcp to 0.10.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
smoltcp | dependencies | minor |
0.9.1 -> 0.10.0
|
Release Notes
smoltcp-rs/smoltcp (smoltcp)
v0.10.0
-
Add optional packet metadata. Allows tracking packets by ID across the whole stack, between the
Device
impl and sockets. One application is timestamping packets with the PHY's collaboration, allowing implementing PTP (#628) -
Work-in-progress implementation of RPL (Routing Protocol for Low-Power and Lossy Networks), commonly used for IEEE 802.15.4 / 6LoWPAN networks. Wire is mostly complete, full functionality will be in 0.11 hopefully! (#627, #766, #767, #772, #773, #777, #790, #798, #804)
-
dhcp: Add support for rebinding (#744)
-
iface:
-
tcp:
-
6lowpan:
-
wire:
-
Modify
hardware_addr
andneighbor_cache
to be notOption
, addHardwareAddress::Ip
(#745) -
Add file descriptor support for tuntap devices, needed for the Android VPN API. (#776)
-
implement Display and Error for error types (#750, #756, #757)
-
Better defmt for Instant, Duration and Ipv6Address (#754, #758)
-
Add Hash trait for enum_with_unknown macro (#755)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.