- Add
set_any_ip
andany_ip
- Upgrade
smoltcp
to0.10.0
- Remove neighbor cache filling at initialization (smoltcp removed the feature)
- fix: the fields of Neighbor should be public
- Upgrade
tokio-util
to0.7.4
,pcap
to1.0.0
- Allow routes to be updated at runtime
- Allow to fill neighbor cache at initialization
- Fix reactor not working after tcp connect.
- Fixing low performance in the receiving direction.
- impl AsyncDevice for
Box<dyn AsyncDevice>
.
- Avoid compile errors when feature
medium-ieee802154
is enaboed.
- Upgrade
smoltcp
to v0.8 - Remove
FutureDevice
Net::new()
now returnsNet
, don't need to spawn theFuture
.- Move helpers in
util
todevice
module.